diff options
author | Aleksey Kladov <[email protected]> | 2019-11-02 19:19:59 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-11-02 19:19:59 +0000 |
commit | 7f1903ed460ed3ba7de553d13ce4e23bad70f1ad (patch) | |
tree | 4fdcd557907825aa44a78b61dffc5027fa628efd | |
parent | ed5212e1ac71e959d802a9a7ad28d06c8b18e022 (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.toml | 1 |
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 @@ | |||
1 | reorder_modules = false | 1 | reorder_modules = false |
2 | use_small_heuristics = "Max" | 2 | use_small_heuristics = "Max" |
3 | newline_style = "Unix" | ||