Skip to content

Commit

Permalink
fix formatting on save
Browse files Browse the repository at this point in the history
  • Loading branch information
Grunet authored May 26, 2024
1 parent a46d631 commit 5d981dd
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 @@ -14,7 +14,11 @@
// Enables Deno linting for the project
"deno.lint": true,
// Sets Deno as the formatter for Typescript files
"[typescript,markdown]": {
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
// Sets Deno as the formatter for Markkdown files
"[markdown]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
// Uses the Redhat extension to format YAML files
Expand Down

0 comments on commit 5d981dd

Please sign in to comment.