Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Peyton Jones <michael.peyton-jones@iohk.io>
  • Loading branch information
thealmarty and michaelpj committed May 24, 2022
1 parent 4f574fa commit f7771dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.adoc
Expand Up @@ -169,7 +169,7 @@ You can update it xref:update-nix-pins[with the Nix flake commands].

=== Style guide

Please follow our link:STYLEGUIDE{outfilesuffix}[Haskell style guide], which documents most of our conventions.
Please follow our link:STYLEGUIDE{outfilesuffix}[Haskell style guide], which documents most of our conventions for working on Haskell code.

=== Code is communication

Expand Down
2 changes: 1 addition & 1 deletion STYLEGUIDE.adoc
Expand Up @@ -18,7 +18,7 @@ The contents of this document are “recommendations”, that is:

=== Basic formatting

Use 4 spaces for indentation. Avoid lines over 120 characters. (This is codified in `.editorconfig`.)
Use 4 spaces for indentation. Avoid lines over 120 characters. This is codified in `.editorconfig`.

Format Haskell source with `stylish-haskell` (config in `.stylish-haskell.yaml`).

Expand Down

0 comments on commit f7771dc

Please sign in to comment.