mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
15 lines
358 B
JSON
15 lines
358 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"includeCoAuthoredBy": false,
|
|
"enableAllProjectMcpServers": true,
|
|
"statusLine": {
|
|
"type": "command",
|
|
"command": "~/.claude/statusline.sh",
|
|
"padding": 0
|
|
},
|
|
"enabledPlugins": {
|
|
"code-review@claude-code-marketplace": true
|
|
},
|
|
"alwaysThinkingEnabled": false
|
|
}
|