diff --git a/.editorconfig b/.editorconfig index 6f313c6ab..d9f90ab16 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,5 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.yml] -indent_size = 2 +[*.{yml,yaml}] +indent_size = 2 \ No newline at end of file