cosmic-workspaces/.zed/settings.json
2026-04-29 21:41:03 +02:00

15 lines
249 B
JSON

{
"format_on_save": "on",
"lsp": {
"rust-analyzer": {
"initialization_options": {
"check": {
"command": "clippy",
},
"rustfmt": {
"extraArgs": ["+nightly"],
},
},
},
},
}