1
1
mirror of https://github.com/srid/ema.git synced 2024-11-25 20:12:20 +03:00
ema/.vscode/settings.json
Sridhar Ratnakumar a8c5fa4906 Refactor a bit
2022-06-11 12:01:34 -04:00

6 lines
174 B
JSON

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