Merge pull request #272 from emersion/editorconfig-xml

Add XML rules to .editorconfig
This commit is contained in:
Drew DeVault 2017-10-15 16:35:59 -04:00 committed by GitHub
commit 11c1b811db
1 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,7 @@ charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.xml]
indent_style = space
indent_size = 2