diff --git a/.editorconfig b/.editorconfig index 4bb7b1e1..57c08e6e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,7 @@ root = true [*] insert_final_newline = true +trim_trailing_whitespace = true indent_style = space indent_size = 2 charset = utf-8