Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 798 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 798 Bytes

How to Contribute to this Repository?

Feel free to open an issue or a pull-request.

Code Style

We use the default hindent style. hindent is relatively new, and constantly changing, so we use the master branch of hindent.

hindent generally sticks to the Johan Tibell style in the Haskell Style Guide.

Some of the differences are as follows:

  • 2-space indent
    • hindent uses 2-space indent instead of 4-space indent.
  • imports
    • Future versions of hindent may change how indents are formatted. When [if] this happens, we will change our style as well.