Skip to content

Commit

Permalink
fixup! Configure Fourmolu
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Sep 11, 2024
1 parent 9affe44 commit ee5d984
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions fourmolu.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
indentation: 2
column-limit: 80 # ignored until v12 / ghc-9.6
column-limit: 80
function-arrows: leading
comma-style: leading # default
import-export-style: leading
Expand All @@ -9,9 +9,7 @@ newlines-between-decls: 1 # default
haddock-style: single-line
let-style: mixed
in-style: left-align
single-constraint-parens: never # ignored until v12 / ghc-9.6
single-constraint-parens: never
unicode: never # default
respectful: true # default
fixities:
- "infix 4 `stringEqual`"
- "infixl 1 &"
fixities: [] # default

0 comments on commit ee5d984

Please sign in to comment.