rust-analyzer/rustfmt.toml
Aleksey Kladov 7f1903ed46 Remove forcing \n via rustfmt
The original idea here was to make sure, on CI, that line endings are
\n. Travis however uses autocrlf, so the check doesn't actually work,
and forcing \n otherwise makes lives of windows folks difficult

closes #2157
2019-11-02 22:19:59 +03:00

2 lines
53 B
TOML

reorder_modules = false
use_small_heuristics = "Max"