feat: major refactor to namespaces to make everything a bit easier to follow

This commit is contained in:
Nick Genovese
2024-11-06 19:01:09 -05:00
parent 37c1a6c7dd
commit bf3af3b611
336 changed files with 850 additions and 2459 deletions

12
.editorconfig Normal file
View File

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