Skip to content

Commit

Permalink
remove unused settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Nov 21, 2024
1 parent 37ad14f commit e6eadc9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,8 @@
"typescript.enablePromptUseWorkspaceTsdk": true,
"cSpell.words": ["netcanvas", "Tipbox"],
"editor.defaultFormatter": "biomejs.biome",
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"editor.codeActionsOnSave": {
"source.organizeImports": "always",
"source.fixAll": "always"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
}
}

0 comments on commit e6eadc9

Please sign in to comment.