add .editorconfig

This commit is contained in:
silverwind 2017-08-12 16:07:09 +02:00
parent 412574eda8
commit a5b461170f
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true