Allowing optional use of yml/yaml file extensions in .editorconfig (#5090)
This commit is contained in:
committed by
Taylor Otwell
parent
13ab419d59
commit
65959b25bf
@@ -11,5 +11,5 @@ trim_trailing_whitespace = true
|
|||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.yml]
|
[*.{yml,yaml}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|||||||
Reference in New Issue
Block a user