Add .editorconfig

This commit is contained in:
emersion 2018-05-29 11:31:41 +01:00
parent c73ec02b29
commit 3a09bdf811
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

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