Add .editorconfig

For editors that don't autodetect indent style and size
This commit is contained in:
patrick96 2017-09-23 17:06:56 +02:00
parent 4663d01a51
commit 16daefd609
No known key found for this signature in database
GPG Key ID: 521E5E03AEBCA1A7
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

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