Initial commit

This commit is contained in:
Simon Cambier
2022-04-09 10:44:54 +02:00
commit ae8e868215
16 changed files with 2578 additions and 0 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
# top-most EditorConfig file
root = true
[*]
charset = utf-8
insert_final_newline = true
indent_style = tab
indent_size = 4
tab_width = 4