Add .editorconfig file

This commit is contained in:
Albin Larsson 2017-11-04 14:16:00 +01:00
parent 8d80f6b05d
commit 1e7a60ee5c

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# See editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true