Skip to content

Commit 17477e3

Browse files
committed
Fix formatting in DevContainer configuration
Adjusted the indentation for the customizations section in the devcontainer.json file to ensure proper JSON structure. This change enhances readability and maintains consistency in the configuration file. Thank you!
1 parent 756356a commit 17477e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"ghcr.io/devcontainers/features/azure-cli:1": {},
88
"ghcr.io/devcontainers/features/github-cli:1": {}
99
},
10-
"customizations": {
10+
11+
"customizations": {
1112
"vscode": {
1213
"extensions": [
1314
"davidanson.vscode-markdownlint",

0 commit comments

Comments
 (0)