]> Git — Sourcephile - haskell/symantic-base.git/blob - fourmolu.yaml
build: set new fourmolu options
[haskell/symantic-base.git] / fourmolu.yaml
1 comma-style: leading
2 diff-friendly-import-export: true
3 function-arrows: trailing
4 haddock-style: single-line
5 import-export-style: diff-friendly
6 in-style: no-space
7 indent-wheres: true
8 indentation: 2
9 let-style: mixed
10 newlines-between-decls: 1
11 record-brace-space: false
12 respectful: true
13 single-constraint-parens: never