mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
15 lines
208 B
Text
15 lines
208 B
Text
{
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"singleQuote": false,
|
|
"vueIndentScriptAndStyle": false,
|
|
"plugins": ["vue"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.vue",
|
|
"options": {
|
|
"parser": "vue"
|
|
}
|
|
}
|
|
]
|
|
}
|