use .editorconfig

This commit is contained in:
j 2018-07-03 18:54:06 +02:00
commit 322213ad57
33 changed files with 11 additions and 32 deletions

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,py,html}]
indent_style = space
indent_size = 4
charset = utf-8
[Makefile]
indent_style = tab