Skip to content

Commit

Permalink
update: settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shm11C3 committed Sep 15, 2024
1 parent f29906d commit 8f82732
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[svelte]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
Expand All @@ -25,9 +22,5 @@
"editor.formatOnSave": true,
"editor.inlayHints.enabled": "off"
},
"cSpell.words": [
"consts",
"nvapi",
"tauri"
]
"cSpell.words": ["consts", "nvapi", "tauri"]
}

0 comments on commit 8f82732

Please sign in to comment.