From 4d47587278cf5a907b0f0a001da6852257707973 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Fri, 18 Oct 2019 16:21:43 +0200 Subject: [PATCH] [BUGFIX] Correct EditorConfig --- .editorconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index f3a5790..b2d05ff 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,14 +2,14 @@ # top-most EditorConfig file root = true -charset = utf-8 - -# Get rid of whitespace to avoid diffs with a bunch of EOL changes -trim_trailing_whitespace = true [*] end_of_line = lf insert_final_newline = true +charset = utf-8 + +# Get rid of whitespace to avoid diffs with a bunch of EOL changes +trim_trailing_whitespace = true [*.{js,html,scss,json,yml,md}] indent_size = 2