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

This commit is contained in:
Darren Craig 2019-09-03 17:37:05 +01:00 committed by Taylor Otwell
parent 13ab419d59
commit 65959b25bf
1 changed files with 1 additions and 1 deletions

View File

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