chore(settings): remove redundant default values

Drop includeGitInstructions, syntaxHighlightingDisabled, and
autoUpdatesChannel — all were set to their defaults.
This commit is contained in:
Bryan Ramos 2026-04-02 07:09:38 -04:00
parent a788cd5d52
commit ad26db334e

View file

@ -4,7 +4,6 @@
"commit": "",
"pr": ""
},
"includeGitInstructions": true,
"permissions": {
"allow": [
"Bash",
@ -51,9 +50,7 @@
"defaultMode": "acceptEdits"
},
"model": "sonnet",
"syntaxHighlightingDisabled": false,
"effortLevel": "medium",
"autoUpdatesChannel": "stable",
"claudeMdExcludes": [
".claude/agent-memory/**"
]