8 lines
No EOL
234 B
JSON
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"
|
|
} |