123456789101112131415161718 |
- {
- "arrowParens": "avoid",
- "printWidth": 79,
- "tabWidth": 4,
- "trailingComma": "all",
- "proseWrap": "always",
- "htmlWhitespaceSensitivity": "css",
- "endOfLine": "lf",
- "overrides": [
- {
- "files": "*.html",
- "options": {
- "tabWidth": 2
- }
- }
- ]
- }
|