Skip to content

Commit

Permalink
Use biome as default formatter in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajbo committed Sep 27, 2023
1 parent e980b51 commit b49e6ad
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 @@
{
"editor.tabSize": 2
"editor.tabSize": 2,
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
}
}

0 comments on commit b49e6ad

Please sign in to comment.