Changed to fourmolu default settings
This commit is contained in:
parent
42768d5aa0
commit
53be0594ae
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue