We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e697d1 commit 7f2d283Copy full SHA for 7f2d283
fourmolu.yaml
@@ -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