Skip to content

Commit

Permalink
Update CONTRIBUTING.md to fix fourmolu version to 0.12 (haskell#9094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos authored Jul 8, 2023
1 parent bef8f1b commit 8077bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Code Style
---------------

We use automated formatting with Fourmolu to enforce a unified style across the code bases. It is checked in the CI process.
After installing Fourmolu 0.12, you can automatically format the code bases with `make style` at the top level of the project.
After installing Fourmolu 0.12, you can automatically format the code bases with `make style` at the top level of the project.
You can also use `make style-modified` to only format modified files.

Other Conventions
Expand Down

0 comments on commit 8077bed

Please sign in to comment.