| 12345678910111213141516171819 |
- {
- "printWidth": 150,
- "semi": false,
- "tabWidth": 4,
- "singleQuote": true,
- "trailingComma": "all",
- "arrowParens": "always",
- "proseWrap": "preserve",
- "htmlWhitespaceSensitivity": "css",
- "endOfLine": "lf",
- "overrides": [
- {
- "files": "*.json",
- "options": {
- "tabWidth": 2
- }
- }
- ]
- }
|