From 1c97864c463c7c38de1edc17e455ad20478df1bc Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 8 Jan 2018 23:21:30 +0100 Subject: [PATCH] this thing broke stuff --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 151ea0a..d1407b6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,6 @@ root = true [*] charset = utf-8 indent_size = 4 -indent_style = tab trim_trailing_whitespace = false insert_final_newline = true end_of_line = lf @@ -11,7 +10,6 @@ end_of_line = lf [.*] charset = utf-8 indent_size = 4 -indent_style = tab trim_trailing_whitespace = false insert_final_newline = true end_of_line = lf