From 7f1903ed460ed3ba7de553d13ce4e23bad70f1ad Mon Sep 17 00:00:00 2001
From: Aleksey Kladov <aleksey.kladov@gmail.com>
Date: Sat, 2 Nov 2019 22:19:59 +0300
Subject: [PATCH] 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 f2e1646181b..71007de81b9 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,3 +1,2 @@
 reorder_modules = false
 use_small_heuristics = "Max"
-newline_style = "Unix"