From c814c1a8003201afc32671b119bc0d9ecc9bba28 Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Wed, 29 May 2024 00:32:56 +0200 Subject: [PATCH] be less strict about let indentation --- fourmolu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fourmolu.yaml b/fourmolu.yaml index dcdd219..10e49bd 100644 --- a/fourmolu.yaml +++ b/fourmolu.yaml @@ -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