diff --git a/.editorconfig b/.editorconfig index cc806b2..743e0ed 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,6 +19,10 @@ trim_trailing_whitespace = true indent_style = space indent_size = 2 +[*.py] +indent_style = space +indent_size = 4 + [group_vars/mash_servers] indent_style = space indent_size = 2