Add Yaml Support

For: https://github.com/pestphp/pest/blob/master/rector.yaml
This commit is contained in:
Musa
2020-08-04 12:54:49 +03:00
committed by GitHub
parent ffe5dde7f0
commit 50a273f1f1

View File

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