Add .editorconfig

This commit is contained in:
Jaakko Kantojärvi 2021-03-03 17:33:50 +02:00
parent 7fe533b598
commit 23cd8528c5

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
[*.html]
indent_style = tab
indent_size = 4