diff --git a/.editorconfig b/.editorconfig index 85ebb7a55bcf..9286f2f43d19 100644 --- a/.editorconfig +++ b/.editorconfig @@ -35,7 +35,7 @@ indent_size = 4 trim_trailing_whitespace = false indent_size = 2 -[*.yml] +[*.{yaml,yml}] indent_size = 2 [*.toml]