Add claude settings file

This commit is contained in:
Jesse Duffield 2026-03-15 14:41:54 +11:00
parent 26ce871368
commit b65137addf

15
.claude/settings.json Normal file
View file

@ -0,0 +1,15 @@
{
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": "jq -r '.tool_input.file_path // empty' | xargs -I{} gofumpt -w {}"
}
]
}
]
}
}