build: add oxfmt as a prettier replacement

This commit is contained in:
nxtkofi 2026-03-28 11:45:28 +01:00
parent d41180b42b
commit 87fc401898

10
.oxfmtrc.jsonc Normal file
View file

@ -0,0 +1,10 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"printWidth": 80, // Prettier domyślnie 80 — oxfmt domyślnie 100!
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
}