Add .editorconfig

This commit is contained in:
Yury Selivanov 2016-10-22 13:27:57 -04:00
parent 359d4c1243
commit b73b7da378
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab
[*.{py,pyx,pxd,pxi,yml,h}]
indent_size = 4
indent_style = space