Files
aris/.oxfmtrc.json
Kenneth c95c730533 fix: add .ona and drizzle to oxfmt ignore (#119)
oxfmt was reformatting generated drizzle migration snapshots and
crashing on .ona/review/comments.json. Also runs the formatter
across the full codebase.

Co-authored-by: Ona <no-reply@ona.com>
2026-04-12 18:33:46 +01:00

13 lines
287 B
JSON

{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"useTabs": true,
"semi": false,
"trailingComma": "all",
"experimentalSortImports": {
"order": "asc",
"ignoreCase": true,
"newlinesBetween": true
},
"ignorePatterns": [".claude", ".ona", "drizzle", "fixtures"]
}