headplane/.zed/settings.json
2025-03-20 15:31:15 -04:00

12 lines
172 B
JSON

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