๐ŸŒŠ A GraphQL implementation in Gleam

format and add claude hook for formatting

Changed files
+15
.claude
+15
.claude/settings.json
··· 1 + { 2 + "hooks": { 3 + "PostToolUse": [ 4 + { 5 + "matcher": "Write|Edit|MultiEdit", 6 + "hooks": [ 7 + { 8 + "type": "command", 9 + "command": "gleam format" 10 + } 11 + ] 12 + } 13 + ] 14 + } 15 + }