distributed_physics_test/.vscode/settings.json
Michael Bradley bd10e2f7a6
Set up VSCode for Rust
yeahhhhh ik you're not really supposed to commit this file but i'm the only contributor so whatevs
2025-03-05 02:49:01 -05:00

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
}