mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-11 12:48:47 +00:00
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
|
||||
use_small_heuristics = "Max"
|
||||
newline_style = "Unix"
|
||||
|
|
Loading…
Reference in a new issue