Add editorconfig

This commit is contained in:
Eugen Wissner 2017-05-11 13:57:24 +02:00
parent 67f90e137d
commit 8477312769
1 changed files with 9 additions and 0 deletions

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 = 4
trim_trailing_whitespace = true