Changed to fourmolu default settings

This commit is contained in:
sebastianselander 2023-01-17 14:57:30 +01:00
parent 42768d5aa0
commit 53be0594ae

View file

@ -1,14 +1,14 @@
indentation: 4 indentation: 4
function-arrows: trailing function-arrows: trailing
comma-style: leading comma-style: leading
import-export-style: trailing import-export-style: diff-friendly
indent-wheres: true indent-wheres: false
record-brace-space: true record-brace-space: false
newlines-between-decls: 1 newlines-between-decls: 1
haddock-style: single-line haddock-style: multi-line
haddock-style-module: haddock-style-module:
let-style: inline let-style: auto
in-style: right-align in-style: right-align
respectful: false respectful: true
fixities: [] fixities: []
unicode: never unicode: never