Skip to content

Commit

Permalink
feat: format on save within VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Feb 1, 2023
1 parent 0d17071 commit 3a27a6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"deno.enable": true
"deno.enable": true,
"deno.lint": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "denoland.vscode-deno"
}

0 comments on commit 3a27a6a

Please sign in to comment.