swarm/fourmolu.yaml
Karl Ostmo 13c99bcc08
remove --cabal-default-extensions arg from fourmolu invocation (#889)
Restyled.io uses fourmolu version `0.10.1.0`.  It is not clear how it could be pegged to `0.4.0.0`.  The latest I was able to install on my machine with `cabal install` was `0.9.0.0`.

fixes #888
2022-12-08 03:10:42 +00:00

10 lines
274 B
YAML

indentation: 2
comma-style: leading
record-brace-space: true
indent-wheres: false # 'false' means save space by only half-indenting the 'where' keyword
diff-friendly-import-export: true
let-style: inline
respectful: true
haddock-style: single-line
newlines-between-decls: 1