| 1234567891011121314151617 |
- {
- "printWidth": 160,
- "tabWidth": 2,
- "useTabs": false,
- "semi": false,
- "singleQuote": true,
- "quoteProps": "as-needed",
- "jsxSingleQuote": false,
- "trailingComma": "none",
- "bracketSpacing": true,
- "bracketSameLine": false,
- "arrowParens": "always",
- "htmlWhitespaceSensitivity": "css",
- "vueIndentScriptAndStyle": true,
- "endOfLine": "lf",
- "jsxBracketSameLine": true
- }
|