Files
gh-cheolwanpark-claude-plug…/hooks/hooks.json
2025-11-29 18:09:04 +08:00

18 lines
351 B
JSON

{
"description": "Automatically format Rust files after editing or writing",
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/rust-lint.sh",
"timeout": 30
}
]
}
]
}
}