From 6cce1c4040c32d47b7cb7388e58e1280ff1085df Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 9 Dec 2016 09:23:53 +0100 Subject: [PATCH] editorconfig fix --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 18616d3..d8c572c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,6 @@ root = true [*] end_of_line = lf -insert_final_newline = true indent_style = space indent_size = 2 charset = utf-8