From f757078d80299ea3ab5f652dae7d085dc578c069 Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Wed, 29 May 2024 00:41:29 +0200 Subject: [PATCH] settle for let-style: mixed --- fourmolu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fourmolu.yaml b/fourmolu.yaml index 10e49bd..80e2c88 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: auto +let-style: mixed in-style: left-align single-constraint-parens: always single-deriving-parens: always