Skip to content

Commit

Permalink
enforce deno fmt on save via .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
noelforte committed Dec 6, 2024
1 parent 624a477 commit 7169304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"deno.enable": true,
"deno.unstable": true,
"deno.importMap": "./docs/deno.json",
"prettier.enable": false
"prettier.enable": false,
"editor.defaultFormatter": "denoland.vscode-deno"
}

0 comments on commit 7169304

Please sign in to comment.