diff --git a/.editorconfig b/.editorconfig index a05749c255..9597195271 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true + +[*.py] +indent_size = 4