{ "$schema": "./node_modules/oxfmt/configuration_schema.json", "printWidth": 80, "tabWidth": 2, "useTabs": false, "semi": true, "singleQuote": false, "jsxSingleQuote": false, "trailingComma": "all", "bracketSpacing": true, "bracketSameLine": false, "arrowParens": "always", "endOfLine": "lf", "quoteProps": "as-needed", "sortTailwindcss": { "functions": ["clsx", "cva", "tw", "twMerge", "cn", "twJoin", "tv"] }, "sortPackageJson": false, "ignorePatterns": [ "**/dist/**", "**/node_modules/**", "**/.next/**", "**/.vercel/**", "**/out/**", "**/.source/**", "**/next-env.d.ts", "**/.tanstack/**", "**/.output/**", "**/routeTree.gen.ts", "**/build/**", "**/.turbo/**", "**/coverage/**", "**/CHANGELOG.md", "**/pnpm-lock.yaml", "**/*.html", "**/*.md", "**/*.mdx", "api-surface/**", "**/*.yaml", "**/*.yml", "**/*.toml", "python/**", "apps/docs/components/tool-ui/weather-widget/generated/**", "**/*.generated.ts" ] }