Skip to content

Commit 2779ce8

Browse files
author
Ibrahim Odev
committed
[feat] default formatter is biome
1 parent ee3b7a1 commit 2779ce8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"editor.defaultFormatter": "biomejs.biome",
3+
"editor.codeActionsOnSave": {
4+
"quickfix.biome": "explicit",
5+
"source.organizeImports.biome": "explicit"
6+
}
7+
}

0 commit comments

Comments
 (0)