distributed_physics_test/.vscode/settings.json
Michael Bradley cab6c605ab
All checks were successful
CI / Formatting (push) Successful in 1m6s
Make camera follow ball
Also increases world size now that not everything has to fit in frame
2025-05-17 18:17:38 -04:00

20 lines
382 B
JSON

{
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
},
"rust-analyzer.check.command": "clippy", // "check", //
"rust-analyzer.cargo.targetDir": true,
"cSpell.words": [
"codegen",
"despawn",
"Despawns",
"lerp",
"recip",
"respawns",
"timestep",
"timesteps",
"winit",
"wyrand"
]
}