infio-copilot/.prettierrc.json
2025-06-29 12:06:28 +08:00

9 lines
188 B
JSON

{
"tabWidth": 4,
"useTabs": true,
"printWidth": 120,
"semi": false,
"bracketSameLine": true,
"ignore": ["node_modules", "dist", "build", "out", ".next", ".venv", "pnpm-lock.yaml"]
}