Skip to content

Commit

Permalink
Trivial formatting fix to reduce brain overload
Browse files Browse the repository at this point in the history
  • Loading branch information
vladistan committed Sep 8, 2024
1 parent c58135a commit 60bf5c5
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
}
},
"customizations": {
"codespaces": {
"openFiles": [
"CODESPACES.md"
]
},
"codespaces": { "openFiles": ["CODESPACES.md"] },
"vscode": {
"extensions": [
"ms-python.python@2024.1.10401008",
Expand All @@ -38,11 +34,7 @@
],
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.profiles.linux": {
"zsh": {
"path": "/usr/bin/zsh"
}
}
"terminal.integrated.profiles.linux": { "zsh": { "path": "/usr/bin/zsh" } }
}
}
},
Expand Down

0 comments on commit 60bf5c5

Please sign in to comment.