Skip to content

Commit

Permalink
format json on save too
Browse files Browse the repository at this point in the history
  • Loading branch information
Grunet authored May 26, 2024
1 parent b816b1c commit 1f59a25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
// Sets Deno as the formatter for Markkdown files
// Sets Deno as the formatter for Markdown files
"[markdown]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
// Sets Deno as the formatter for JSON files
"[json]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
// Uses the Redhat extension to format YAML files
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
Expand Down

0 comments on commit 1f59a25

Please sign in to comment.