From 51131af4f63c3eb8921176a95ce0c7654a440b9d Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 15 Nov 2016 13:12:14 -0200 Subject: [PATCH] .editorconfig: Do not specify end_of_line (#4) --- .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