mirror of
https://github.com/sinanyuntu/trade-message-center.git
synced 2026-09-17 13:22:11 +08:00
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"ignorePatterns": [
|
|
".agents/**",
|
|
".codex/**",
|
|
".trellis/**",
|
|
"AGENTS.md",
|
|
"pnpm-lock.yaml",
|
|
"prd.html"
|
|
]
|
|
}
|