mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +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"
|
|
}
|
|
}
|
|
]
|
|
}
|