openpencil/rustfmt.toml

9 lines
295 B
TOML
Raw Permalink Normal View History

edition = "2021"
max_width = 100
tab_spaces = 4
hard_tabs = false
reorder_imports = true
newline_style = "Unix"
# imports_granularity / group_imports are nightly-only; re-enable when toolchain pin moves to nightly
# (kept as "future" comment for codebase to stay aware of intended import style)