From 8f11c8bea68c6192041b9961dc54f865dcbf106c Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 15 Nov 2016 09:10:16 -0200 Subject: [PATCH] .editorconfig: Do not specify end_of_line --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8464c52..008b61e 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