diff --git a/.editorconfig b/.editorconfig index b4ba103..4c5d65c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,8 @@ root = true [*] end_of_line = lf -insert_final_newline = true charset = utf-8 indent_style = tab indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true