smolgrep/.zed/settings.json

14 lines
218 B
JSON
Raw Normal View History

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