diff --git a/.editorconfig b/.editorconfig index 7b9cc63b7425ebb9eaa628d0538b4fb328ebe27b..8f5987390dca63f9d3a39e524e73e5d39533f3e8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,7 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false + +[*.yml] +indent_size = 2 +indent_style = tab