mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
7 lines
181 B
JSON
7 lines
181 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"rust-analyzer.checkOnSave.command": "clippy",
|
|
"nixEnvSelector.suggestion": false,
|
|
"nixEnvSelector.nixFile": "${workspaceRoot}/default.nix"
|
|
}
|