diff --git a/.editorconfig b/.editorconfig index f8c5d3d..db9fe6d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,3 +6,7 @@ indent_size = 4 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[*.yaml] +indent_style = space +indent_size = 2