From fa7f530be56330113ae62153de849f6c8dde3aec Mon Sep 17 00:00:00 2001 From: Manu Evans Date: Sun, 2 Sep 2018 16:46:10 -0700 Subject: [PATCH] This .editorconfig is incompatible with git. git `core.autocrlf` works, and it is default. This setting constantly makes a mess of files, and it's really annoying. --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 5e146d8f875b..0f7367abb0c5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,6 @@ root = true # + remove whitespace at the end of lines [*] charset = utf-8 -end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true