Files
matrix-rust-sdk/contrib/ide/vscode/settings.json

5 lines
103 B
JSON

{
"rust-analyzer.checkOnSave.command": "clippy",
"rust-analyzer.rustfmt.extraArgs": ["+nightly"]
}