Files
scroll/prover/rustfmt.toml
2024-06-12 18:28:16 +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