add .editorconfig

This commit is contained in:
Benjamin Neff 2015-06-19 01:05:06 +02:00
parent 63b11a300c
commit c1e03894bc

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 = space
indent_size = 2
trim_trailing_whitespace = true