1
0
mirror of synced 2024-11-05 17:59:16 +00:00
MassiveKnob/Linux/.vscode/settings.json

6 lines
206 B
JSON
Raw Normal View History

2024-06-14 16:29:55 +00:00
{
2024-07-24 14:20:03 +00:00
"nixEnvSelector.nixFile": "${workspaceFolder}/shell.nix",
"files.trimTrailingWhitespace": true,
2024-08-20 10:02:42 +00:00
"rust-analyzer.imports.granularity.group": "item",
"rust-analyzer.check.command": "clippy"
2024-06-14 16:29:55 +00:00
}