compaREST/fourmolu.yaml
iko d50b2ba645
Fixed ProdCons value pairs in report (#112)
* Fixed ProdCons value pairs in report

* normalizeProdConsOrientation -> orientProdCons

* Applied fix to PathFragmentsDontMatch
2021-07-23 12:19:22 +03:00

9 lines
484 B
YAML

indentation: 2
comma-style: leading # for lists, tuples etc. - can also be 'trailing'
record-brace-space: true # rec {x = 1} vs. rec{x = 1}
indent-wheres: true # 'false' means save space by only half-indenting the 'where' keyword
diff-friendly-import-export: false # 'false' uses Ormolu-style lists
respectful: true # don't be too opinionated about newlines etc.
haddock-style: single-line # '--' vs. '{-'
newlines-between-decls: 1 # number of newlines between top-level declarations