Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Oct 15, 2023
1 parent e0399d8 commit 0dccf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/the-tools-we-use/group-1/development-using-vs-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stack install ormolu

If you use the devcontainer functionality (available in vscode), your code is auto-formatted by default. In other cases, you can best let vscode take care of it automatically. To do so, in the settings of vscode, enable format-on-save.

In case you do not like to enable the autoformat on save, you can do it manually every time before you commit:
Alternatively, in case you do not like to enable the autoformat on save, you can do it manually every time before you commit:

```bash
stack exec ormolu -- --mode inplace $(git ls-files '*.hs')
Expand Down

0 comments on commit 0dccf8c

Please sign in to comment.