1
0

working proof of concept

This commit is contained in:
2024-02-03 00:36:56 +00:00
parent 5bdf7a7250
commit a8076f726f
13 changed files with 2539 additions and 0 deletions

9
.editorconfig Normal file
View File

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