diff --git a/.editorconfig b/.editorconfig index 2d0ad6a..6d3184c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ indent_size = 4 max_line_length = 100 trim_trailing_whitespace = true insert_final_newline = true + +[*.yaml] +indent_size = 2