Added editorconfig

pull/37/merge
Andrew Krasichkov 2017-05-13 13:39:21 +03:00
parent 3fcc7f7eae
commit 7d182dbdba
1 changed files with 19 additions and 0 deletions

19
.editorconfig Normal file
View File

@ -0,0 +1,19 @@
root = true
[*]
end_of_file = lf
insert_final_newline = true
[*.{py,j2}]
charset = utf-8
[*.py]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab
[.travis.yml]
indent_style = space
indent_size = 2