chore: add zed editor config

This commit is contained in:
Michael Aaron Murphy 2026-04-28 15:04:31 +02:00 committed by Michael Murphy
parent b7b768a998
commit 11d99c5df3

15
.zed/settings.json Normal file
View file

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