| 123456789101112 |
- {
- "semi": false,
- "singleQuote": true,
- "tabWidth": 2,
- "trailingComma": "none",
- "printWidth": 100,
- "bracketSpacing": true,
- "arrowParens": "avoid",
- "endOfLine": "lf",
- "vueIndentScriptAndStyle": false,
- "htmlWhitespaceSensitivity": "ignore"
- }
|