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