From 2eddb9624d7a44a992e26446b37249926c980213 Mon Sep 17 00:00:00 2001 From: Shark that walks like a man Date: Wed, 3 Mar 2021 15:01:35 -0600 Subject: [PATCH] =?UTF-8?q?Enforce=20Hjelden=20Style=E2=84=A2=20in=20.edit?= =?UTF-8?q?orconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index c244fe22d36..3c44241cc4f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,8 +5,5 @@ indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 -trim_trailing_whitespace = false -insert_final_newline = false - -[{*.json,*.html}] -indent_size = 2 \ No newline at end of file +trim_trailing_whitespace = true +insert_final_newline = true