crem/.vscode/settings.json
2023-01-04 17:33:08 +01:00

6 lines
166 B
JSON

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