initial commit

This commit is contained in:
2024-02-05 19:51:08 -05:00
commit bf57f038c7
12 changed files with 3396 additions and 0 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,ts,json}]
indent_size = 2