diff --git a/.editorconfig b/.editorconfig index 332927531a..48cd05a99e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ insert_final_newline = true # Would be nice, but don't want to change files unnecessarily. #trim_trailing_whitespace = true -[*.py] +[*.{py,yml}] indent_style = space indent_size = 2