fourmolu.yaml

This commit is contained in:
Jack Wines 2024-02-09 02:11:50 -08:00
parent 8d9a69c24b
commit 96a141b63b
No known key found for this signature in database
GPG key ID: 25B20640600571E6

17
fourmolu.yaml Normal file
View file

@ -0,0 +1,17 @@
# Generated from web app, for more information, see: https://fourmolu.github.io/config/
indentation: 4
column-limit: none
function-arrows: trailing
comma-style: leading
import-export-style: diff-friendly
indent-wheres: false
record-brace-space: false
newlines-between-decls: 1
haddock-style: multi-line
haddock-style-module: null
let-style: auto
in-style: right-align
single-constraint-parens: always
unicode: never
respectful: true
single-deriving-parens: always