yeahhhhh ik you're not really supposed to commit this file but i'm the only contributor so whatevs
8 lines
211 B
JSON
8 lines
211 B
JSON
{
|
|
"[rust]": {
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"rust-analyzer.check.command": "clippy", // "check", //
|
|
"rust-analyzer.cargo.targetDir": true
|
|
}
|