Merge pull request #19 from emersion/editorconfig

Add .editorconfig
This commit is contained in:
Drew DeVault 2018-05-29 09:17:36 -04:00 committed by GitHub
commit b0b76307d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
root = true
[*]
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