style: use biome in zed settings
This commit is contained in:
parent
08c25caca3
commit
8db323b63f
11
.zed/settings.json
Normal file
11
.zed/settings.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"formatter": {
|
||||
"language_server": {
|
||||
"name": "biome"
|
||||
}
|
||||
},
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.biome": true,
|
||||
"source.organizeImports.biome": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user