aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-11-02 19:19:59 +0000
committerAleksey Kladov <[email protected]>2019-11-02 19:19:59 +0000
commit7f1903ed460ed3ba7de553d13ce4e23bad70f1ad (patch)
tree4fdcd557907825aa44a78b61dffc5027fa628efd
parented5212e1ac71e959d802a9a7ad28d06c8b18e022 (diff)
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
-rw-r--r--rustfmt.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index f2e164618..71007de81 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,3 +1,2 @@
1reorder_modules = false 1reorder_modules = false
2use_small_heuristics = "Max" 2use_small_heuristics = "Max"
3newline_style = "Unix"