Initialize project

This commit is contained in:
2023-07-26 18:29:07 +02:00
parent 7758924284
commit 2a8115e6f4
11 changed files with 509 additions and 0 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false