mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-01-16 08:21:55 +00:00
9 lines
188 B
JSON
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"]
|
|
}
|