diff --git a/.editorconfig b/.editorconfig index 03d60ea74..805034e07 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,7 @@ root = true [*] indent_style = tab end_of_line = lf + +[*.{yml,yaml}] +indent_style = space +indent_size = 2