We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525c64d commit 68b432dCopy full SHA for 68b432d
README.md
@@ -44,6 +44,21 @@ Ultracite is designed to be used with [VS Code](https://code.visualstudio.com/).
44
"editor.codeActionsOnSave": {
45
"quickfix.biome": "explicit",
46
"source.organizeImports.biome": "explicit"
47
+ },
48
+ "[typescript]": {
49
+ "editor.defaultFormatter": "biomejs.biome"
50
51
+ "[json]": {
52
53
54
+ "[javascript]": {
55
56
57
+ "[jsonc]": {
58
59
60
+ "[typescriptreact]": {
61
62
}
63
64
```
0 commit comments