Skip to content

Commit 279393f

Browse files
fix: devcontainer.json formatting
1 parent 8c6ee87 commit 279393f

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,18 +1,18 @@
11
{
2-
name: "Agones Java SDK",
3-
image: "ubuntu:latest",
4-
customizations : {
5-
jetbrains : {
6-
backend : "IntelliJ",
2+
"name": "Agones Java SDK",
3+
"image": "ubuntu:latest",
4+
"customizations" : {
5+
"jetbrains" : {
6+
"backend" : "IntelliJ",
77
}
88
},
9-
features: {
9+
"features": {
1010
"ghcr.io/devcontainers/features/git" : {},
1111
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
1212
"ghcr.io/devcontainers/features/java:1": {
1313
"version": "21.0.7",
1414
"installGradle": true,
1515
}
1616
},
17-
remoteUser: "ubuntu"
17+
"remoteUser": "ubuntu"
1818
}

0 commit comments

Comments
 (0)