123456789101112131415 |
- {
- "printWidth": 100,
- "tabWidth": 2,
- "useTabs": true,
- "semi": false,
- "singleQuote": false,
- "trailingComma": "none",
- "bracketSpacing": true,
- "bracketSameLine": true,
- "arrowParens": "always",
- "htmlWhitespaceSensitivity": "ignore",
- "vueIndentScriptAndStyle": false,
- "endOfLine": "auto",
- "singleAttributePerLine": false
- }
|