From e13e4150fdd7abc0ce0e4dd866a59bd9b1a1199c Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 24 Jan 2023 09:21:46 -0500 Subject: [PATCH] ADD formatting config --- fourmolu.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fourmolu.yaml diff --git a/fourmolu.yaml b/fourmolu.yaml new file mode 100644 index 0000000..190e1ca --- /dev/null +++ b/fourmolu.yaml @@ -0,0 +1,14 @@ +indentation: 2 +function-arrows: leading +comma-style: leading +import-export-style: leading +indent-wheres: true +record-brace-space: true +newlines-between-decls: 1 +haddock-style: single-line +haddock-style-module: +let-style: inline +in-style: right-align +respectful: false +fixities: [] +unicode: never