swarm/fourmolu.yaml
Tristan de Cacqueray a23212ae9d
Reformat the haskell code with fourmolu (#146)
This PR was generated using `find src/ app/ test/ -name "*.hs" | xargs fourmolu --mode=inplace`.

Fixes #103
2021-10-02 18:40:24 +00:00

9 lines
256 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
respectful: true
haddock-style: single-line
newlines-between-decls: 1