Add EditorConfig file

This commit is contained in:
Sebastian Meyer 2023-09-29 20:29:44 +02:00
parent 47b3d36110
commit 78466667a0
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

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