diff --git a/.editorconfig b/.editorconfig index 217a0e30cb6..74a1d63d774 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,7 @@ trim_trailing_whitespace = true [*.bat] end_of_line = crlf + +[*.yml] +indent_style = space +indent_size = 2