Add editorconfig

This commit is contained in:
Dunya Kirkali 2024-06-15 10:51:17 +02:00
parent b210045d6b
commit 8f1299e3c9

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true