style: use biome in zed settings

This commit is contained in:
Aarnav Tale 2025-03-20 15:31:15 -04:00
parent d846607014
commit 58675cfe1b
No known key found for this signature in database

11
.zed/settings.json Normal file
View File

@ -0,0 +1,11 @@
{
"formatter": {
"language_server": {
"name": "biome"
}
},
"code_actions_on_format": {
"source.fixAll.biome": true,
"source.organizeImports.biome": true
}
}