Add editorconfig to pages branch

This commit is contained in:
Jan Gräfen 2021-03-06 17:42:52 +01:00
parent fa3c36d18b
commit 638b67d9cc

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = tab
insert_final_newline = true
max_line_length = 120
tab_width = 4
[{*.yaml, *.yml}]
indent_size = 2