From ad26db334e2b69201c40ac2c531755fe20eb7438 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 2 Apr 2026 07:09:38 -0400 Subject: [PATCH] chore(settings): remove redundant default values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop includeGitInstructions, syntaxHighlightingDisabled, and autoUpdatesChannel — all were set to their defaults. --- settings.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/settings.json b/settings.json index 70c3161..ce0414e 100644 --- a/settings.json +++ b/settings.json @@ -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/**" ]