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
This commit is contained in:
Aleksey Kladov 2019-11-02 22:19:59 +03:00
parent ed5212e1ac
commit 7f1903ed46

View file

@ -1,3 +1,2 @@
reorder_modules = false
use_small_heuristics = "Max"
newline_style = "Unix"