conventions.json 320 B

123456789101112
  1. {
  2. "naming": {
  3. "files": "PascalCase",
  4. "variables": "camelCase with $ prefix",
  5. "methods": "camelCase",
  6. "events": "camelCase with @ prefix",
  7. "localVars": "_prefix",
  8. "themeTokens": "--prefix"
  9. },
  10. "indentation": "dash (-) symbols, NOT spaces",
  11. "version": "// VL_VERSION:3.5 (required header)"
  12. }