Merge pull request #1231 from ascent12/editorconfig

Remove indent_size from .editorconfig
This commit is contained in:
Drew DeVault 2018-09-05 09:34:44 -04:00 committed by GitHub
commit 04c39a0719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -5,10 +5,8 @@ end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.xml]
indent_style = space
indent_size = 2
tab_width = 8