diff --git a/.editorconfig b/.editorconfig index cf8d7fa6ee..0b008c9574 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,7 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[*.py] +indent_style = space +indent_size = 4