Skip to content

Commit

Permalink
Whitespace conventions in contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Mar 14, 2024
1 parent 265f149 commit 7c9346b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,12 @@ the code base.
* `make style-modified` - Format files modified in the current tree.
* `make style-commit COMMIT=<ref>` - Format files modified between HEAD and the given reference.

Whitespace Conventions
----------------------

We use automated whitespace convention checking. Violations can be fixed by
running [fix-whitespace](https://hackage.haskell.org/package/fix-whitespace). If
you push a fix of a whitespace violation, please do so in a _separate commit_.

Other Conventions
-----------------
Expand Down

0 comments on commit 7c9346b

Please sign in to comment.