mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-24 15:16:07 +09:00
16 lines
208 B
Plaintext
16 lines
208 B
Plaintext
|
{
|
||
|
"tabWidth": 4,
|
||
|
"useTabs": true,
|
||
|
"singleQuote": false,
|
||
|
"vueIndentScriptAndStyle": false,
|
||
|
"plugins": ["vue"],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "*.vue",
|
||
|
"options": {
|
||
|
"parser": "vue"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|