Skip to content

Commit

Permalink
chore: update vscode workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma authored Dec 4, 2024
1 parent f600e07 commit 7fbb1ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
"files.associations": {
"package.json": "json",
"*.json": "jsonc"
},
"editor.codeActionsOnSave": {
"source.organizeImports.biome": "explicit"
},
"npm.packageManager": "pnpm",
"[css]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome"
Expand Down

0 comments on commit 7fbb1ae

Please sign in to comment.