diff --git a/.editorconfig b/.editorconfig index 58be1854..f29d257c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,8 +4,8 @@ root = true [*] charset = utf-8 -indent_style = space -indent_size = 2 end_of_line = lf -trim_trailing_whitespace = true +indent_size = 2 +indent_style = space insert_final_newline = true +trim_trailing_whitespace = true