diff --git a/.editorconfig b/.editorconfig index 84dd4fc0..1698790e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,7 @@ insert_final_newline = true indent_style = tab indent_size = 4 trim_trailing_whitespace = true + +[{.*yaml,*.yml}] +indent_style = space +indent_size = 2