8 lines
225 B
JSON
8 lines
225 B
JSON
|
{
|
||
|
"rust-analyzer.check.command": "clippy",
|
||
|
"rust-analyzer.showUnlinkedFileNotification": false,
|
||
|
"[rust]": {
|
||
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
||
|
"editor.formatOnSave": true
|
||
|
}
|
||
|
}
|