Skip to content

Commit efbeb84

Browse files
committed
#160 Remove trailing commas from devcontainer config
1 parent 1af1f2e commit efbeb84

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "xarray-dataclasses",
33
"build": {
44
"context": "..",
5-
"dockerfile": "Dockerfile",
5+
"dockerfile": "Dockerfile"
66
},
77
"postCreateCommand": "poetry install",
88
"extensions": [
99
"github.vscode-pull-request-github",
1010
"mhutchie.git-graph",
1111
"ms-python.python",
1212
"streetsidesoftware.code-spell-checker",
13-
"tamasfe.even-better-toml",
13+
"tamasfe.even-better-toml"
1414
],
1515
"settings": {
1616
"files.insertFinalNewline": true,
@@ -20,7 +20,7 @@
2020
"[python]": {
2121
"editor.formatOnSave": true,
2222
"editor.insertSpaces": true,
23-
"editor.tabSize": 4,
24-
},
25-
},
23+
"editor.tabSize": 4
24+
}
25+
}
2626
}

0 commit comments

Comments
 (0)