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