headplane/.zed/settings.json
2025-03-24 16:15:38 -04:00

12 lines
172 B
JSON

{
"formatter": {
"language_server": {
"name": "biome"
}
},
"code_actions_on_format": {
"source.fixAll.biome": true,
"source.organizeImports.biome": true
}
}