summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2020-12-03 00:56:18 +0000
committerinnovaker <66737976+innovaker@users.noreply.github.com>2020-12-05 14:29:33 +0000
commit2f9e8ea3c178a735b8132a656d69f06dfbdcdb71 (patch)
tree0259fae7d81574dc2f338d5b70b55fb6cc67281c /.devcontainer/devcontainer.json
parenta5bddcedbe68ffd276a837a07473399eccea406c (diff)
refactor(devcontainer): format with prettier
PR: #474
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 0de8bcf..7868a45 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -3,12 +3,9 @@
"dockerFile": "Dockerfile",
"extensions": ["ms-vscode.cpptools"],
"runArgs": ["--security-opt", "label=disable"],
- "containerEnv": {"WORKSPACE_DIR": "${containerWorkspaceFolder}"},
- "settings": {
- "terminal.integrated.shell.linux": "/bin/bash"
+ "containerEnv": { "WORKSPACE_DIR": "${containerWorkspaceFolder}" },
+ "settings": {
+ "terminal.integrated.shell.linux": "/bin/bash"
},
- "mounts": [
- "type=volume,source=zmk-config,target=/workspaces/zmk-config"
- ]
+ "mounts": ["type=volume,source=zmk-config,target=/workspaces/zmk-config"]
}
-