matrix-media-expanded/.vscode/settings.json

6 lines
123 B
JSON
Raw Normal View History

2021-05-31 23:19:51 +00:00
{
"editor.formatOnType": true,
"editor.formatOnSave": true,
2021-05-31 23:35:01 +00:00
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix"
}