diff --git a/.editorconfig b/.editorconfig index 9b74cec3c47..ee8ed065914 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,12 +7,12 @@ root = true [*] charset = utf-8 end_of_line = lf -indent_size = 4 -indent_style = tab +indent_size = 2 +indent_style = space insert_final_newline = true tab_width = 4 trim_trailing_whitespace = true # Python Code Style [*.py] -indent_style = space +indent_size = 4