rust-analyzer/rustfmt.toml
Aleksey Kladov 1834bae5b8 allow rustfmt to reorder imports
This wasn't a right decision in the first place, the feature flag was
broken in the last rustfmt release, and syntax highlighting of imports
is more important anyway
2019-07-04 23:09:09 +03:00

2 lines
53 B
TOML

reorder_modules = false
use_small_heuristics = "Max"