matrix-media-expanded/.vscode/settings.json
2022-08-09 18:51:09 -04:00

8 lines
No EOL
234 B
JSON

{
"editor.formatOnType": true,
"editor.formatOnSave": true,
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
// "nixEnvSelector.args": "--pure"
"haskell.formattingProvider": "fourmolu",
"haskell.manageHLS": "PATH"
}