1
1
mirror of https://github.com/srid/ema.git synced 2024-12-01 23:23:42 +03:00
ema/.vscode/settings.json

7 lines
175 B
JSON
Raw Normal View History

2021-04-19 18:07:52 +03:00
{
"editor.formatOnType": true,
"editor.formatOnSave": true,
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
"haskell.formattingProvider": "fourmolu"
2021-04-19 18:07:52 +03:00
}