1234567891011121314151617 |
- {
- "arrowParens": "always",
- "bracketSpacing": true,
- "endOfLine": "lf",
- "htmlWhitespaceSensitivity": "strict",
- "jsxBracketSameLine": false,
- "jsxSingleQuote": true,
- "printWidth": 80,
- "proseWrap": "never",
- "quoteProps": "as-needed",
- "semi": false,
- "singleQuote": true,
- "tabWidth": 2,
- "trailingComma": "es5",
- "useTabs": true,
- "vueIndentScriptAndStyle": false
- }
|