bRAC/.vscode/settings.json

7 lines
185 B
JSON

{
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
},
"nixEnvSelector.nixFile": "${workspaceFolder}/flake.nix"
}