Add EditorConfig file

This commit is contained in:
Midgard 2019-03-27 23:38:11 +01:00
parent 2fadfe8a5f
commit ccb7ad8086
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.{html,css}]
indent_size = 2