diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..187232f --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,15 @@ +{ + "hooks": { + "PostToolUse": [ + { + "hooks": [ + { + "type": "command", + "command": "bun run format" + } + ], + "matcher": "Edit|Write|MultiEdit" + } + ] + } +}