distributed_physics_test/.vscode/settings.json
Michael Bradley 128f66a5c0
All checks were successful
CI / Formatting (push) Successful in 32s
CI / Clippy (push) Successful in 6m47s
Add words to spellcheck allowlist
2025-03-14 00:02:15 -04:00

16 lines
328 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": [
"despawn",
"Despawns",
"recip",
"respawns",
"timestep",
"timesteps"
]
}