init commit

This commit is contained in:
2024-04-30 18:59:39 -04:00
commit ef36a8ffa7
26 changed files with 4955 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
[package.json]
indent_style = space