Skip to content

Commit 9966eb4

Browse files
committed
feat: add default formatter settings for oxfmt in VSCode
1 parent 4db6ade commit 9966eb4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"[javascript]": {
3+
"editor.defaultFormatter": "oxc.oxc-vscode"
4+
},
5+
"[javascriptreact]": {
6+
"editor.defaultFormatter": "oxc.oxc-vscode"
7+
},
8+
"[typescript]": {
9+
"editor.defaultFormatter": "oxc.oxc-vscode"
10+
},
11+
"[typescriptreact]": {
12+
"editor.defaultFormatter": "oxc.oxc-vscode"
13+
}
14+
}

0 commit comments

Comments
 (0)