diff --git a/.editorconfig b/.editorconfig index 87f98092e2..36555b4347 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true [*] charset = utf-8 indent_size = 4 +indent_style = space insert_final_newline = true max_line_length = 100 trim_trailing_whitespace = true