From a9227ea1047a337851c1412557c4d8d49ba50719 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 15 Nov 2016 09:12:23 -0200 Subject: [PATCH] .editorconfig: Do not specify end_of_line --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0fb78d3..b564998 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