diff --git a/.editorconfig b/.editorconfig index ee1188a7..d59544e4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,9 @@ trim_trailing_whitespace = true [*.md] indent_style = space trim_trailing_whitespace = true + +[*.yml] +charset = utf-8 +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true