use .editorconfig

This commit is contained in:
j 2019-04-29 14:05:43 +02:00
commit 846f0ceb5b
5 changed files with 11 additions and 4 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