chore: add zed editor config

This commit is contained in:
Michael Aaron Murphy 2026-04-29 17:50:17 +02:00 committed by Michael Murphy
parent 2acf6f9f14
commit e8a1927d42

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"],
},
},
},
},
}