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:
parent
ed5212e1ac
commit
7f1903ed46
1 changed files with 0 additions and 1 deletions
|
@ -1,3 +1,2 @@
|
||||||
reorder_modules = false
|
reorder_modules = false
|
||||||
use_small_heuristics = "Max"
|
use_small_heuristics = "Max"
|
||||||
newline_style = "Unix"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue