Files
anomalyco__opentui/.oxfmtrc.json
T

13 lines
308 B
JSON
Raw Normal View History

{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"semi": false,
"printWidth": 120,
"sortPackageJson": false,
"ignorePatterns": [
"**/.zig-cache/**",
"**/zig-pkg/**",
"packages/core/src/lib/tree-sitter/default-parsers.ts",
"packages/web/public/recordings/*.json"
]
}