From 4f5bf0599a5da846e1c3adaf3b621102142dfd42 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Wed, 18 Oct 2023 09:08:04 +0200 Subject: [PATCH] Add fourmolu configuration --- fourmolu.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fourmolu.yaml diff --git a/fourmolu.yaml b/fourmolu.yaml new file mode 100644 index 0000000..d8c5559 --- /dev/null +++ b/fourmolu.yaml @@ -0,0 +1,2 @@ +haddock-style: single-line +indentation: 2