added .editorconfig

This commit is contained in:
Christian Vogelgsang 2018-05-31 19:46:51 +02:00
parent 714450ce93
commit 51c1a9d3e7

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{py,pyx,pyd,c,h}]
charset = utf-8
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab