add .editorconfig

This commit is contained in:
j 2018-09-12 17:53:25 +02:00
parent 2421072d70
commit 5969900902
1 changed files with 11 additions and 0 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