diff --git a/.editorconfig b/.editorconfig index cbe0b6311..ffe6e83c6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,9 +2,7 @@ root = true [*] -indent_style = tab charset = utf-8 -trim_trailing_whitespace = true +indent_style = tab insert_final_newline = true -spaces_around_operators = true - +trim_trailing_whitespace = true