Add outputStyle setting to local Claude config
· 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
- .claude/settings.local.json +2 −1
Diff
--- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -37,5 +37,6 @@ "Bash(textutil -convert html:*)" ], "deny": [] - } + }, + "outputStyle": "default" }