Skip to content

Commit 661a689

Browse files
committed
whitespace
Signed-off-by: Aaron Wislang <[email protected]>
1 parent 7d0be9a commit 661a689

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/universal:2",
3-
"features": {
4-
"ghcr.io/devcontainers/features/rust:1": {},
5-
"ghcr.io/devcontainers/features/azure-cli:1": {}
6-
},
7-
"postCreateCommand": "bash scripts/install.sh",
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
"ghcr.io/devcontainers/features/rust:1": {},
5+
"ghcr.io/devcontainers/features/azure-cli:1": {}
6+
},
7+
"postCreateCommand": "bash scripts/install.sh",
88
"customizations": {
99
"vscode": {
1010
"extensions": [
1111
"rust-lang.rust-analyzer"
1212
]
1313
}
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)