Meta: Add .editorconfig

See https://editorconfig.org/
This commit is contained in:
demostanis 2022-09-10 17:58:49 +02:00 committed by Linus Groh
parent c53fed7911
commit c786d2126a

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8