Skip to content

Commit cd4a6d7

Browse files
committed
feat: add claude code settings
1 parent aaec6e6 commit cd4a6d7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.claude/settings.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(busted:*)",
5+
"Bash(nvim:*)"
6+
],
7+
"deny": [
8+
"Edit(CHANGELOG.md)",
9+
"MultiEdit(CHANGELOG.md)",
10+
"Write(CHANGELOG.md)"
11+
]
12+
},
13+
"hooks": {
14+
"PostToolUse": [
15+
{
16+
"matcher": "Write|Edit|MultiEdit",
17+
"hooks": [
18+
{
19+
"type": "command",
20+
"command": "stylua ."
21+
},
22+
]
23+
}
24+
]
25+
}
26+
}

0 commit comments

Comments
 (0)