diff --git a/.editorconfig b/.editorconfig index 4c754efc9790..783dea0321dd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,7 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[*.{yml,yaml}] + +indent_size = 2