13 lines
218 B
JSON
13 lines
218 B
JSON
{
|
|
"languages": {
|
|
"Rust": {
|
|
"format_on_save": "on",
|
|
"formatter": {
|
|
"external": {
|
|
"command": "rustfmt",
|
|
"arguments": ["--edition", "2021"],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|