mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-06 03:06:04 +00: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"
|
|
}
|