Add .editorconfig (#18)

This commit is contained in:
Fabien Salathe 2018-02-23 15:48:12 +01:00 committed by dhoko
parent 0ebb73be07
commit 9f557b1799

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
indent_size = 4
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false