recoder-code
Version:
🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!
24 lines (23 loc) • 395 B
JSON
{
"tabWidth": 2,
"printWidth": 120,
"semi": false,
"trailingComma": "es5",
"singleQuote": true,
"overrides": [
{
"files": "*.ts",
"options": {
"tabWidth": 4
}
},
{
"files": "{tsconfig.json,.vscode/**/*.json}",
"options": {
"parser": "json5",
"singleQuote": false,
"quoteProps": "preserve"
}
}
]
}