be less strict about let indentation

This commit is contained in:
Christian Ulrich 2024-05-29 00:32:56 +02:00
parent 50db19d694
commit c814c1a800
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ record-brace-space: true
newline-between-decls: true
haddock-style: multi-line
haddock-style-module: null
let-style: newline
let-style: auto
in-style: left-align
single-constraint-parens: always
single-deriving-parens: always