From 7f1903ed460ed3ba7de553d13ce4e23bad70f1ad Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 2 Nov 2019 22:19:59 +0300 Subject: 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 --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index f2e164618..71007de81 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1,2 @@ reorder_modules = false use_small_heuristics = "Max" -newline_style = "Unix" -- cgit v1.2.3