Skip to content

Commit 968d413

Browse files
committed
disable import sorting on save
1 parent 774f258 commit 968d413

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vscode/settings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@
226226
"playwright.reuseBrowser": true,
227227

228228
"[javascript][javascriptreact][json][jsonc][typescript][typescriptreact]": {
229-
"editor.defaultFormatter": "biomejs.biome",
230-
"editor.codeActionsOnSave": {
231-
"source.organizeImports.biome": "explicit"
232-
}
229+
"editor.defaultFormatter": "biomejs.biome"
230+
// "editor.codeActionsOnSave": {
231+
// "source.organizeImports.biome": "explicit"
232+
// }
233233
},
234234

235235
"[css][html][markdown][yaml]": {

0 commit comments

Comments
 (0)