Add EditorConfig file (#70)

This commit is contained in:
Frank Fesevur 2017-05-29 21:11:49 +02:00 committed by Paul Irish
parent 176f1b8f96
commit 6da04ca3bc

8
.editorconfig Normal file
View file

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