| 1234567891011121314151617181920 |
- {
- "singleQuote": true,
- "trailingComma": "all",
- "printWidth": 100,
- "proseWrap": "never",
- "overrides": [
- {
- "files": ".prettierrc",
- "options": {
- "parser": "json"
- }
- },
- {
- "files": "document.ejs",
- "options": {
- "parser": "html"
- }
- }
- ]
- }
|