ouch/rustfmt.toml
João M. Bezerra 14025c6816 remove use_small_heuristics = "Max" from rustfmt
and update edition to 2021
2022-06-04 13:06:52 -03:00

15 lines
333 B
TOML

# Stable features
max_width = 120
use_field_init_shorthand = true
newline_style = "Unix"
edition = "2021"
reorder_imports = true
reorder_modules = true
use_try_shorthand = true
# Unstable features (nightly only)
unstable_features = true
force_multiline_blocks = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"