6 lines
167 B
JSON
6 lines
167 B
JSON
{
|
|
"editor.formatOnType": true,
|
|
"editor.formatOnSave": true,
|
|
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
|
|
"haskell.formattingProvider": "fourmolu"
|
|
}
|