-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.oxfmtrc.json
More file actions
33 lines (33 loc) · 819 Bytes
/
Copy path.oxfmtrc.json
File metadata and controls
33 lines (33 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"tabWidth": 4,
"semi": true,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"sortImports": {},
"sortTailwindcss": {
"stylesheet": "./packages/ui/styles/base.css",
"attributes": ["class", "className"],
"functions": ["clsx", "cn", "cva", "tw"]
},
"sortPackageJson": true,
"ignorePatterns": [
"pnpm-lock.yaml",
"package-lock.json",
"yarn.lock",
"bun.lock",
"pnpm-workspace.yaml",
"routeTree.gen.ts",
".tanstack-start/",
".tanstack/",
".turbo",
".cache",
"worker-configuration.d.ts",
".vercel",
".output",
".wrangler",
".netlify",
"dist"
]
}