Skip to content

Commit 7f2d283

Browse files
committed
Added fourmolu configuration
1 parent 3e697d1 commit 7f2d283

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

fourmolu.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
indentation: 2
2+
function-arrows: trailing
3+
comma-style: leading
4+
import-export-style: diff-friendly
5+
indent-wheres: true
6+
record-brace-space: true
7+
newlines-between-decls: 1
8+
haddock-style: single-line
9+
haddock-style-module:
10+
let-style: auto
11+
in-style: right-align
12+
unicode: never
13+
respectful: true
14+
fixities: []
15+
single-constraint-parens: never
16+
column-limit: 100

0 commit comments

Comments
 (0)