chore: added .editorconfig file

This commit is contained in:
Bart van der Braak 2023-06-14 02:24:07 +02:00
parent b85b1f0d56
commit fe7005a79c

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true