Skip to content

Commit

Permalink
Merge pull request #26 from Industrial/deno-formatter
Browse files Browse the repository at this point in the history
feat(vscode): use deno formatter
  • Loading branch information
mashaal committed Nov 8, 2021
2 parents e0e8c64 + c08fb89 commit 37ad0d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
@@ -1,6 +1,7 @@
{
"deno.enable": true,
"prettier.enable": false,
"deno.importMap": "./importmap.json",
"deno.lint": true,
"deno.importMap": "./importmap.json"
"editor.defaultFormatter": "denoland.vscode-deno",
"prettier.enable": false
}

0 comments on commit 37ad0d3

Please sign in to comment.