Skip to content

Commit

Permalink
chore: add workspace vscode settings
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
  • Loading branch information
pseudobun committed Oct 16, 2023
1 parent efad07a commit 83336c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/snap/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true,
"json.format.enable": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit 83336c8

Please sign in to comment.