initial commit

This commit is contained in:
2026-01-16 00:56:55 +00:00
commit 90fd137b77
21 changed files with 1308 additions and 0 deletions

12
.oxfmtrc.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"useTabs": true,
"semi": false,
"trailingComma": "all",
"experimentalSortImports": {
"order": "asc",
"ignoreCase": true,
"newlinesBetween": true
},
"ignorePatterns": []
}