diff --git a/.editorconfig b/.editorconfig index 4a873e85..a6981b47 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ insert_final_newline = true trim_trailing_whitespace = true indent_size = 4 indent_style = space + +[*.{yml,yaml}] +indent_size = 2