Skip to content

Commit 68b432d

Browse files
Update README.md
1 parent 525c64d commit 68b432d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,21 @@ Ultracite is designed to be used with [VS Code](https://code.visualstudio.com/).
4444
"editor.codeActionsOnSave": {
4545
"quickfix.biome": "explicit",
4646
"source.organizeImports.biome": "explicit"
47+
},
48+
"[typescript]": {
49+
"editor.defaultFormatter": "biomejs.biome"
50+
},
51+
"[json]": {
52+
"editor.defaultFormatter": "biomejs.biome"
53+
},
54+
"[javascript]": {
55+
"editor.defaultFormatter": "biomejs.biome"
56+
},
57+
"[jsonc]": {
58+
"editor.defaultFormatter": "biomejs.biome"
59+
},
60+
"[typescriptreact]": {
61+
"editor.defaultFormatter": "biomejs.biome"
4762
}
4863
}
4964
```

0 commit comments

Comments
 (0)