8 lines
188 B
JSON
8 lines
188 B
JSON
{
|
|
"rust-analyzer.check.command": "check",
|
|
"rust-analyzer.rustfmt.extraArgs": ["+nightly"],
|
|
"[rust]": {
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
}
|
|
} |