diff --git a/.editorconfig b/.editorconfig index 719153d4b..5a3b9180f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,4 +6,11 @@ charset = utf-8 trim_trailing_whitespace = false insert_final_newline = true indent_style = tab + +[*.py] +indent_style = space indent_size = 4 + +[*.{json,yml}] +indent_style = space +indent_size = 2