34 lines
596 B
JSON
34 lines
596 B
JSON
{
|
|
"printWidth": 120,
|
|
"singleAttributePerLine": true,
|
|
"singleQuote": true,
|
|
"vueIndentScriptAndStyle": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.html",
|
|
"options": {
|
|
"singleAttributePerLine": false
|
|
}
|
|
},
|
|
{
|
|
"files": ["*.json5"],
|
|
"options": {
|
|
"singleQuote": false,
|
|
"quoteProps": "preserve"
|
|
}
|
|
},
|
|
{
|
|
"files": ["*.yml"],
|
|
"options": {
|
|
"singleQuote": false
|
|
}
|
|
},
|
|
{
|
|
"files": ["*.zod.ts", "**/zod/**/*.ts", "*.type.d.ts"],
|
|
"options": {
|
|
"printWidth": 360
|
|
}
|
|
}
|
|
]
|
|
}
|