Skip to content

Commit ab6c02f

Browse files
authored
chore: add VSCode settings (#9)
1 parent 50e48a5 commit ab6c02f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.vscode/extensions.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["biomejs.biome"]
3+
}

.vscode/settings.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"editor.codeActionsOnSave": {
3+
"source.organizeImports": "always",
4+
"source.fixAll": "always"
5+
},
6+
"editor.formatOnSave": true,
7+
"cSpell.words": ["fontless"]
8+
}

0 commit comments

Comments
 (0)