distributed_physics_test/.vscode/settings.json
Michael Bradley 6a151397de
All checks were successful
CI / Formatting (push) Successful in 1m30s
Add function documentation
2025-05-19 22:19:04 -04:00

21 lines
394 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",
"PRNG",
"recip",
"respawns",
"timestep",
"timesteps",
"winit",
"wyrand"
]
}