Merge pull request #773 from patrick96/editorconfig

Add .editorconfig
This commit is contained in:
Patrick Ziegler 2017-09-24 16:05:07 +02:00 committed by GitHub
commit c6b5e3016e

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
charset = utf-8
[Makefile]
indent_style = tab
indent_size = 2