6 lines
206 B
JSON
6 lines
206 B
JSON
{
|
|
"nixEnvSelector.nixFile": "${workspaceFolder}/shell.nix",
|
|
"files.trimTrailingWhitespace": true,
|
|
"rust-analyzer.imports.granularity.group": "item",
|
|
"rust-analyzer.check.command": "clippy"
|
|
} |