chore: publish command & oxfmt init

This commit is contained in:
2025-12-08 14:42:44 -05:00
parent 61bc17efee
commit c2d1d85180
5 changed files with 101 additions and 8 deletions

5
sdk/.oxfmtrc.json generated Normal file
View File

@@ -0,0 +1,5 @@
{
"printWidth": 100,
"useTabs": true,
"tabWidth": 4
}

View File

@@ -1,7 +0,0 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
// Use 80 if migrating from Prettier; 100 is the Oxfmt default!
"printWidth": 100,
"useTabs": true,
"tabWidth": 4
}