mirror of
https://github.com/srid/ema.git
synced 2024-12-01 15:13:36 +03:00
7 lines
175 B
JSON
7 lines
175 B
JSON
{
|
|
"editor.formatOnType": true,
|
|
"editor.formatOnSave": true,
|
|
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
|
|
"haskell.formattingProvider": "fourmolu"
|
|
}
|