Skip to content

Commit

Permalink
chore: add vscode settings (denoland#4735)
Browse files Browse the repository at this point in the history
Co-authored-by: Asher Gomez <[email protected]>
  • Loading branch information
kt3k and iuioiua authored May 15, 2024
1 parent 1271a7f commit f2c05b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.DS_Store
.idea
.vscode/settings.json
.vim
**/cov/
crypto/_wasm/target
Expand All @@ -12,4 +11,4 @@ http/testdata/%25A.txt
http/testdata/file#2.txt
http/testdata/test file.txt
coverage/
docs/
docs/
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"deno.enable": true,
"deno.unstable": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "denoland.vscode-deno"
}

0 comments on commit f2c05b7

Please sign in to comment.