amitools/.editorconfig
Christian Vogelgsang 51c1a9d3e7 added .editorconfig
2018-05-31 19:46:51 +02:00

15 lines
169 B
INI

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