mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-05-06 08:36:53 -04:00
7 lines
177 B
JSON
7 lines
177 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"rust-analyzer.check.command": "clippy",
|
|
"nixEnvSelector.suggestion": false,
|
|
"nixEnvSelector.nixFile": "${workspaceFolder}/default.nix"
|
|
}
|