From 53be0594ae60c8f35c0b3ae9e1fd023f326edfd9 Mon Sep 17 00:00:00 2001 From: sebastianselander Date: Tue, 17 Jan 2023 14:57:30 +0100 Subject: [PATCH] Changed to fourmolu default settings --- fourmolu.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fourmolu.yaml b/fourmolu.yaml index a3cefad..f15300e 100644 --- a/fourmolu.yaml +++ b/fourmolu.yaml @@ -1,14 +1,14 @@ indentation: 4 function-arrows: trailing comma-style: leading -import-export-style: trailing -indent-wheres: true -record-brace-space: true +import-export-style: diff-friendly +indent-wheres: false +record-brace-space: false newlines-between-decls: 1 -haddock-style: single-line +haddock-style: multi-line haddock-style-module: -let-style: inline +let-style: auto in-style: right-align -respectful: false +respectful: true fixities: [] unicode: never