/ fourmolu.yaml
fourmolu.yaml
 1  indentation: 2
 2  function-arrows: leading-args
 3  indent-wheres: true
 4  newlines-between-decls: 0
 5  haddock-style: single-line
 6  let-style: mixed
 7  in-style: no-space
 8  single-constraint-parens: auto
 9  unicode: detect
10  respectful: true
11  single-deriving-parens: auto
12  comma-style: leading
13  column-limit: 90