Merge pull request #166 from emersion/editorconfig

Add .editorconfig
This commit is contained in:
Drew DeVault 2017-09-28 13:30:08 -04:00 committed by GitHub
commit 2850a9360b
1 changed files with 9 additions and 0 deletions

9
.editorconfig Normal file
View File

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