21 lines
323 B
Plaintext
21 lines
323 B
Plaintext
{
|
|
"plugins": ["./prettier-plugin-uts.js"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.uvue",
|
|
"options": {
|
|
"parser": "vue"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.uts",
|
|
"options": {
|
|
"parser": "typescript"
|
|
}
|
|
}
|
|
],
|
|
"vueIndentScriptAndStyle": true,
|
|
"tabWidth": 2,
|
|
"useTabs": false
|
|
}
|