Files
telegram-tui/rustfmt.toml
Mikhail Kilin 264f183510
Some checks failed
ci/woodpecker/pr/check Pipeline failed
CI / Check (pull_request) Has been cancelled
CI / Format (pull_request) Has been cancelled
CI / Clippy (pull_request) Has been cancelled
CI / Build (macos-latest) (pull_request) Has been cancelled
CI / Build (ubuntu-latest) (pull_request) Has been cancelled
CI / Build (windows-latest) (pull_request) Has been cancelled
style: auto-format entire codebase with cargo fmt (stable rustfmt.toml)
2026-02-22 17:09:51 +03:00

13 lines
236 B
TOML

# Rustfmt configuration for tele-tui
# https://rust-lang.github.io/rustfmt/
edition = "2021"
max_width = 100
tab_spaces = 4
newline_style = "Unix"
# Formatting
use_small_heuristics = "Default"
fn_call_width = 80
struct_lit_width = 50