Files
amethyst/.claude/settings.json
T
Vitor Pamplona 198aa0971c adds ./gradlew spotlessApply request to claude
improves description of the .md file
2026-03-12 22:13:33 -04:00

16 lines
240 B
JSON

{
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "./gradlew spotlessApply",
"timeout": 120
}
]
}
]
}
}