Add editorconfig

This commit is contained in:
Marcel Schwarz 2020-07-19 22:25:00 +02:00
parent 24a7907d26
commit b6645e148e

10
frontend/.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4