Skip to content

Commit

Permalink
Add fixity override for & to allow better format
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Nov 6, 2023
1 parent 6a67c23 commit 33c80ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fourmolu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ respectful: true # don't be too opinionated about newlines etc.
haddock-style: single-line # '--' vs. '{-'
newlines-between-decls: 1 # number of newlines between top-level declarations
single-constraint-parens: never # whether or not to put braces around single constraints: https://fourmolu.github.io/config/single-constraint-parens/
fixities:
- infixr 1 &

0 comments on commit 33c80ee

Please sign in to comment.