refacto: create src dir & change project indentation to 2 spaces

This commit is contained in:
Sonny
2023-04-24 23:53:32 +02:00
parent acce5666e5
commit 426f2a52df
88 changed files with 1472 additions and 1490 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2