chore: remove Zed editor config

Problem: Editor-specific settings should not be part of the global
repository. (Only config files that control standard tooling in order to
enforce, e.g., formatting policies are appropriate to commit -- and only
if covered by CI.)

Solution: Drop the Zed config files from the repo.
This commit is contained in:
Christian Clason 2026-08-27 12:00:23 +02:00 committed by Christian Clason
parent 664e9a6786
commit da219f40f8

View file

@ -1,11 +0,0 @@
{
"lsp": {
"rust-analyzer": {
"initialization_options": {
"cargo": {
"features": "all"
}
}
}
}
}