remove `use_small_heuristics = "Max"` from rustfmt
[ouch.git] / rustfmt.toml
blob8a9367df00987f8ac7d5703ed4fe44e6ab56afd7
1 # Stable features
2 max_width = 120
3 use_field_init_shorthand = true
4 newline_style = "Unix"
5 edition = "2021"
6 reorder_imports = true
7 reorder_modules = true
8 use_try_shorthand = true
10 # Unstable features (nightly only)
11 unstable_features = true
12 force_multiline_blocks = true
13 group_imports = "StdExternalCrate"
14 imports_granularity = "Crate"