| 1234567891011121314151617181920212223 |
- {
- "plugins": [
- "./prettier-plugin-uts.js"
- ],
- "overrides": [
- {
- "files": "*.uvue",
- "options": {
- "parser": "vue"
- }
- },
- {
- "files": "*.uts",
- "options": {
- "parser": "typescript"
- }
- }
- ],
- "printWidth": 220,
- "tabWidth": 4,
- "semi": true,
- "vueIndentScriptAndStyle": true
- }
|