| 1234567891011121314151617181920 |
- {
- "printWidth": 100,
- "tabWidth": 2,
- "useTabs": false,
- "semi": false,
- "singleQuote": true,
- "trailingComma": "es5",
- "bracketSpacing": true,
- "arrowParens": "always",
- "endOfLine": "auto",
- "vueIndentScriptAndStyle": true,
- "overrides": [
- {
- "files": "*.vue",
- "options": {
- "vueIndentScriptAndStyle": true
- }
- }
- ]
- }
|