typed-lambda/.vscode/settings.json

8 lines
234 B
JSON
Raw Permalink Normal View History

2023-04-17 08:55:09 +02:00
{
"editor.formatOnType": true,
"editor.formatOnSave": true,
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
// "nixEnvSelector.args": "--pure"
"haskell.formattingProvider": "fourmolu",
"haskell.manageHLS": "PATH"
}