mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
15 lines
187 B
Plaintext
15 lines
187 B
Plaintext
|
{
|
||
|
"tabWidth": 4,
|
||
|
"useTabs": true,
|
||
|
"singleQuote": false,
|
||
|
"vueIndentScriptAndStyle": false,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "*.vue",
|
||
|
"options": {
|
||
|
"parser": "vue"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|