Merge pull request #156 from voyula/patch-2

Add yaml file extension support
This commit is contained in:
Owen Voke
2020-08-04 11:19:41 +01:00
committed by GitHub

View File

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