Files
herald/.zed/settings.json
T
qpismont f0e64e0c1d
ci/woodpecker/push/tests Pipeline failed
Fix fmt
2026-07-31 20:32:59 +00:00

18 lines
332 B
JSON

{
"languages": {
"Rust": {
"format_on_save": "on",
"formatter": "language_server"
}
},
"lsp": {
"rust-analyzer": {
"initialization_options": {
"check": {
"command": "clippy"
}
}
}
}
}