diff --git a/.editorconfig b/.editorconfig index 0cb2730..5d52175 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,9 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true +[*.{yaml,yml}] +indent_size = 2 + [Makefile] indent_size = 4 indent_style = tab