Skip to content

Commit

Permalink
VSCode Settings (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohi authored Apr 4, 2024
1 parent 33c5a94 commit e01adee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ next-env.d.ts

renovate.json
/public/*.js
.turbo

.vscode
.turbo
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.defaultFormatter": "biomejs.biome",
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
}
}

0 comments on commit e01adee

Please sign in to comment.