{ "[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" ] }