cosmic-greeter/.zed/settings.json

16 lines
249 B
JSON
Raw Normal View History

2026-04-28 15:13:02 +02:00
{
"format_on_save": "on",
"lsp": {
"rust-analyzer": {
"initialization_options": {
"check": {
"command": "clippy",
},
"rustfmt": {
"extraArgs": ["+nightly"],
},
},
},
},
}