From a2dfd9750f056e9fdb6c2fd5184abf3086773015 Mon Sep 17 00:00:00 2001 From: Brayden Banks Date: Tue, 6 Jun 2017 09:45:44 -0700 Subject: [PATCH] EditorConfig: Don't enforce a specific line ending --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a2ef9da067..a42588d1a6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,6 @@ root = true [*] -end_of_line = lf indent_size = 2 trim_trailing_whitespace = true