Files
2025-11-30 08:44:15 +08:00

18 lines
351 B
JSON

{
"description": "Automatic CSharpier formatting for C# files",
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/format-csharp.sh\"",
"timeout": 30
}
]
}
]
}
}