diff --git a/.editorconfig b/.editorconfig index 1ca227b4..e1e24848 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,7 @@ indent_size = 2 charset = utf-8 end_of_line = lf insert_final_newline = true + +[*.py] +indent_style = tab +indent_size = 4