Skip to content

Commit e521d02

Browse files
committed
style(container): normalize JSON formatting in settings profiles
Auto-formatter collapsed permissions.allow arrays to single-line and standardized keybindings.json indentation to tabs.
1 parent 0026b3a commit e521d02

6 files changed

Lines changed: 13 additions & 28 deletions

File tree

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"$schema": "https://www.schemastore.org/claude-code-keybindings.json",
3-
"$docs": "https://code.claude.com/docs/en/keybindings",
4-
"bindings": [
5-
{
6-
"key": "alt+enter",
7-
"command": "chat:newline"
8-
}
9-
]
2+
"$schema": "https://www.schemastore.org/claude-code-keybindings.json",
3+
"$docs": "https://code.claude.com/docs/en/keybindings",
4+
"bindings": [
5+
{
6+
"key": "alt+enter",
7+
"command": "chat:newline"
8+
}
9+
]
1010
}

container/.devcontainer/defaults/codeforge/config/settings-opus-45-200k.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@
9090
]
9191
},
9292
"permissions": {
93-
"allow": [
94-
"Read(/workspaces/*)",
95-
"WebFetch(domain:*)"
96-
],
93+
"allow": ["Read(/workspaces/*)", "WebFetch(domain:*)"],
9794
"deny": [],
9895
"ask": [],
9996
"defaultMode": "plan",

container/.devcontainer/defaults/codeforge/config/settings-opus-46-1m-400k.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@
9090
]
9191
},
9292
"permissions": {
93-
"allow": [
94-
"Read(/workspaces/*)",
95-
"WebFetch(domain:*)"
96-
],
93+
"allow": ["Read(/workspaces/*)", "WebFetch(domain:*)"],
9794
"deny": [],
9895
"ask": [],
9996
"defaultMode": "plan",

container/.devcontainer/defaults/codeforge/config/settings-opus-46-200k.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@
9090
]
9191
},
9292
"permissions": {
93-
"allow": [
94-
"Read(/workspaces/*)",
95-
"WebFetch(domain:*)"
96-
],
93+
"allow": ["Read(/workspaces/*)", "WebFetch(domain:*)"],
9794
"deny": [],
9895
"ask": [],
9996
"defaultMode": "plan",

container/.devcontainer/defaults/codeforge/config/settings-opus-47-1m-400k.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,7 @@
8989
]
9090
},
9191
"permissions": {
92-
"allow": [
93-
"Read(/workspaces/*)",
94-
"WebFetch(domain:*)"
95-
],
92+
"allow": ["Read(/workspaces/*)", "WebFetch(domain:*)"],
9693
"deny": [],
9794
"ask": [],
9895
"defaultMode": "plan",

container/.devcontainer/defaults/codeforge/config/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,7 @@
8989
]
9090
},
9191
"permissions": {
92-
"allow": [
93-
"Read(/workspaces/*)",
94-
"WebFetch(domain:*)"
95-
],
92+
"allow": ["Read(/workspaces/*)", "WebFetch(domain:*)"],
9693
"deny": [],
9794
"ask": [],
9895
"defaultMode": "plan",

0 commit comments

Comments
 (0)