diff --git a/.editorconfig b/.editorconfig index 9a231d1..2e6af90 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,7 @@ charset = utf-8 indent_style = tab tab_width = 4 trim_trailing_whitespace = true + +[*.yml] +indent_style = space +indent_size = 2