headplane/.zed/settings.json

18 lines
248 B
JSON
Raw Normal View History

2025-03-20 15:31:15 -04:00
{
"formatter": {
"language_server": {
"name": "biome"
}
},
"code_actions_on_format": {
"source.fixAll.biome": true,
"source.organizeImports.biome": true
2025-03-24 16:47:21 -04:00
},
"languages": {
"YAML": {
"tab_size": 2,
"hard_tabs": false
}
2025-03-20 15:31:15 -04:00
}
}