diff --git a/.editorconfig b/.editorconfig index 23219591..3581b168 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,10 @@ insert_final_newline = true indent_style = tab charset = utf-8 +[*.yml] +indent_style = space +indent_size = 2 + [*.py] indent_style = space indent_size = 4