Browse Source

Allowing optional use of yml/yaml file extensions in .editorconfig (#5090)

Darren Craig 4 years ago
parent
commit
65959b25bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

@@ -11,5 +11,5 @@ trim_trailing_whitespace = true
 [*.md]
 trim_trailing_whitespace = false
 
-[*.yml]
+[*.{yml,yaml}]
 indent_size = 2