Files
scroll/rustfmt.toml
2025-06-25 14:42:51 +08:00

10 lines
179 B
TOML

edition = "2021"
comment_width = 100
imports_granularity = "Crate"
max_width = 100
newline_style = "Unix"
# normalize_comments = true
reorder_imports = true
wrap_comments = true