matrix-media-expanded/.vscode/settings.json
Sridhar Ratnakumar 63c385280e Switch to fourmolu
2022-03-23 13:46:51 -04:00

6 lines
167 B
JSON

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