diff --git a/.editorconfig b/.editorconfig index c5295a8..2f9e2fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,6 +24,6 @@ indent_size = 4 indent_style = space trim_trailing_whitespace = false -[*.yml] +[*.{yml,yaml}] indent_size = 2 indent_style = space