vibetunnel/tty-fwd/rustfmt.toml
Peter Steinberger 12cef6f5c8 lint Rust
2025-06-17 01:03:29 +02:00

10 lines
No EOL
227 B
TOML

# Rust formatting configuration
edition = "2021"
max_width = 100
hard_tabs = false
tab_spaces = 4
newline_style = "Auto"
use_small_heuristics = "Default"
reorder_imports = true
reorder_modules = true
remove_nested_parens = true