{ "$schema": "https://json.schemastore.org/prettierrc", "semi": false, "singleQuote": true, "trailingComma": "none", "vueIndentScriptAndStyle": true, "tabWidth": 2, "printWidth": 120, "endOfLine": "lf", "overrides": [ { "files": ".prettierrc", "options": { "parser": "json" } }, { "files": "*.json", "options": { "printWidth": 80 } } ] }