rust-analyzer/rustfmt.toml
Aleksey Kladov cca5f862de Don't order import alphabetical
alphabetical ordering is no more consistent, and much less useful then
the ordering which arises naturally when you add import.
2018-11-01 16:18:53 +03:00

2 lines
No EOL
47 B
TOML

reorder_imports = false
reorder_modules = false