diff --git a/.vscode/settings.json b/.vscode/settings.json index b3ad53f28..09c0ab0b0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "haskell.formattingProvider": "fourmolu" + "haskell.formattingProvider": "fourmolu", + "editor.formatOnSave": true } \ No newline at end of file