be less strict about let indentation
This commit is contained in:
parent
50db19d694
commit
c814c1a800
|
@ -8,7 +8,7 @@ record-brace-space: true
|
||||||
newline-between-decls: true
|
newline-between-decls: true
|
||||||
haddock-style: multi-line
|
haddock-style: multi-line
|
||||||
haddock-style-module: null
|
haddock-style-module: null
|
||||||
let-style: newline
|
let-style: auto
|
||||||
in-style: left-align
|
in-style: left-align
|
||||||
single-constraint-parens: always
|
single-constraint-parens: always
|
||||||
single-deriving-parens: always
|
single-deriving-parens: always
|
||||||
|
|
Loading…
Reference in New Issue