settings.json: hoist disableAllHooks to top of file

Move disableAllHooks next to the opening brace so the master toggle
is visible at the top instead of buried below env and
enableAllProjectMcpServers. Behavior unchanged (remains false).

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Shayan Rais
2026-04-18 20:24:10 +05:00
parent b6ff4fdb25
commit bbfa6b8894
+1 -1
View File
@@ -1,4 +1,5 @@
{ {
"disableAllHooks": false,
"permissions": { "permissions": {
"allow": [ "allow": [
"Edit(*)", "Edit(*)",
@@ -82,7 +83,6 @@
"CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "80" "CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "80"
}, },
"enableAllProjectMcpServers": true, "enableAllProjectMcpServers": true,
"disableAllHooks": false,
"hooks": { "hooks": {
"PreToolUse": [ "PreToolUse": [
{ {