| 123456789101112 |
- {
- "naming": {
- "files": "PascalCase",
- "variables": "camelCase with $ prefix",
- "methods": "camelCase",
- "events": "camelCase with @ prefix",
- "localVars": "_prefix",
- "themeTokens": "--prefix"
- },
- "indentation": "dash (-) symbols, NOT spaces",
- "version": "// VL_VERSION:3.5 (required header)"
- }
|