Include *.yml coding standards in .editorconfig.

props netweb.
fixes #28289.

git-svn-id: https://develop.svn.wordpress.org/trunk@28695 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-06-06 22:05:25 +00:00
parent 36bf68f86f
commit 40a7bccdc1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
[*.json]
[*.json,*.yml]
indent_style = space
indent_size = 2