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

11 lines
274 B
Text
Raw Permalink 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",
}