Skip to content

Commit 86475da

Browse files
committed
Slight tweak to vscode settings
1 parent a5c8977 commit 86475da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"editor.defaultFormatter": "biomejs.biome",
32
"editor.codeActionsOnSave": {
43
"quickfix.biome": "explicit",
54
"source.organizeImports.biome": "explicit",
@@ -25,5 +24,8 @@
2524
},
2625
"[javascriptreact]": {
2726
"editor.defaultFormatter": "biomejs.biome"
27+
},
28+
"[json]": {
29+
"editor.defaultFormatter": "biomejs.biome"
2830
}
2931
}

0 commit comments

Comments
 (0)