19 lines
370 B
JSON
19 lines
370 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",
|
|
"recip",
|
|
"respawns",
|
|
"timestep",
|
|
"timesteps",
|
|
"winit",
|
|
"wyrand"
|
|
]
|
|
}
|