Add outputStyle setting to local Claude config

D David Veksler · 6 months ago ef883cb03d31df2e3c1c9ddfe96be2434f9d9bb9
Parent: f0f1b851a
Introduces the 'outputStyle' property with value 'default' in .claude/settings.local.json to configure output formatting.

1 file changed +2 −1

Diff

diff --git a/.claude/settings.local.json b/.claude/settings.local.json
index 055bd58..08ce90e 100644
--- a/.claude/settings.local.json
+++ b/.claude/settings.local.json
@@ -37,5 +37,6 @@
       "Bash(textutil -convert html:*)"
     ],
     "deny": []
-  }
+  },
+  "outputStyle": "default"
 }