| 12345678910111213 |
- {
- "trailingComma": "all",
- "tabWidth": 4,
- "semi": false,
- "singleQuote": true,
- "bracketSpacing": true,
- "arrowParens": "avoid",
- "pugAttributeSeparator": "none",
- "pugSortAttributes": "asc",
- "pugFramework": "vue",
- "pugSingleFileComponentIndentation": false,
- "pugClassNotation": "literal"
- }
|