Skip to content

Commit e2f8d15

Browse files
committed
chore
1 parent 010d92e commit e2f8d15

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"[astro]": {
4+
"editor.defaultFormatter": "biomejs.biome"
5+
},
6+
"[typescript]": {
7+
"editor.defaultFormatter": "biomejs.biome"
8+
},
9+
"[typescriptreact]": {
10+
"editor.defaultFormatter": "biomejs.biome"
11+
}
12+
}

0 commit comments

Comments
 (0)