Skip to content

Commit 8f5397d

Browse files
author
Mike Valeriano
committed
chore: add import sorting config to settings.json
1 parent aaad468 commit 8f5397d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings-example.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
},
55
"biome.enabled": true,
66
"editor.codeActionsOnSave": {
7-
"source.biome": "explicit",
7+
"source.fixAll.biome": "explicit",
8+
"source.organizeImports.biome": "explicit",
89
"source.fixAll": "never",
910
"source.fixAll.sortJSON": "never",
1011
"source.organizeImports": "never",

0 commit comments

Comments
 (0)