15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"format_on_save": "on",
|
|
"lsp": {
|
|
"rust-analyzer": {
|
|
"initialization_options": {
|
|
"check": {
|
|
"command": "clippy",
|
|
},
|
|
"rustfmt": {
|
|
"extraArgs": ["+nightly"],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|