{ "printWidth": 120, "tabWidth": 4, "semi": false, "vueIndentScriptAndStyle": false, "singleQuote": true, "trailingComma": "all", "proseWrap": "never", "htmlWhitespaceSensitivity": "strict", "endOfLine": "auto", "overrides": [ { "files": "*.{ts,tsx}", "options": { "semi": false } } ] }