Files
qiming/qiming-mobile/.prettierrc

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
}