Skip to content

Commit

Permalink
add: fourmolu config
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Dec 22, 2023
1 parent e31950f commit 4c4f058
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions fourmolu.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
indentation: 2
function-arrows: trailing
comma-style: leading
import-export-style: diff-friendly
indent-wheres: false
record-brace-space: false
newlines-between-decls: 1
haddock-style: multi-line
haddock-style-module:
let-style: auto
in-style: right-align
respectful: true
fixities: []
unicode: never

0 comments on commit 4c4f058

Please sign in to comment.