Add EditorConfig

This commit is contained in:
Midgard 2020-12-09 15:10:08 +01:00
parent c64658d773
commit a17ca67f28
Signed by: midgard
GPG key ID: 511C112F1331BBB4

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab