From a285c07d5e9bb35c071daa041ccf8bd5094638bb Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 14 Nov 2016 15:48:40 -0200 Subject: [PATCH] .editorconfig: do not specify line ending That is annoying on Windows, since the editor will change the file if you just open it. Git will checking as LF anyway. --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8464c520e5..008b61ed63 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,6 @@ root = true [*] charset = utf-8 -end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true