diff --git a/.editorconfig b/.editorconfig index 2dfda64b3..b889a368c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,5 @@ charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space -trim_trailing_whitespace = true - -[**.{html,js,json,md}] insert_final_newline = true +trim_trailing_whitespace = true