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