t-convex-nextjs-saas/.oxfmtrc.jsonc

15 lines
340 B
Text
Raw Normal View History

{
"$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",
2026-04-01 18:59:46 +00:00
"sortImports": {
"order": "asc",
"ignoreCase": true
}
}