Skip to content

Commit

Permalink
chore: Add .vscode settings for using deno fmt when formatting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoguichard committed Jun 24, 2024
1 parent d1d26d0 commit ac5d971
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"deno.enable": true,
"deno.unstable": true
}
"deno.unstable": true,
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[typescriptreact]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[javascript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[javascriptreact]": {
"editor.defaultFormatter": "denoland.vscode-deno"
}
}

0 comments on commit ac5d971

Please sign in to comment.