smolgrep/.zed/settings.json
2026-07-27 11:43:59 +03:00

13 lines
218 B
JSON

{
"languages": {
"Rust": {
"format_on_save": "on",
"formatter": {
"external": {
"command": "rustfmt",
"arguments": ["--edition", "2021"],
},
},
},
},
}