1
0

initial commit

This commit is contained in:
2024-05-18 18:02:09 +02:00
commit 9ff13ea2ae
16 changed files with 582 additions and 0 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true