Initial commit

This commit is contained in:
Pantheon 2025-04-02 15:57:39 -04:00
commit a9734dc4a5
49 changed files with 2790 additions and 0 deletions

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = false
[*.{js,ts}]
indent_style = tab
indent_size = 4
[{*.{yml,mjs,json}}]
indent_style = space
indent_size = 2