diff --git a/.editorconfig b/.editorconfig index ba49e3c234..9edd602a17 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,7 @@ root = true [*] indent_style = tab indent_size = 4 + +[*.yml] +indent_style = space +indent_size = 2