Merge pull request #1498 from emersion/editorconfig-indent-size

Set .editorconfig ident_size
This commit is contained in:
Drew DeVault 2019-01-25 08:22:27 -05:00 committed by GitHub
commit 209210d307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@ root = true
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[*.xml]
indent_style = space