haskell-template

Haskell template
git clone git://git.rr3.xyz/haskell-template
Log | Files | Refs

commit cdc7860f2213e80bb5a73550ca8c22b869ec6683
parent 9b9ac20fbdcb65a15c9b23013b0d493bdfca4ec4
Author: Robert Russell <robert@rr3.xyz>
Date:   Wed, 29 Apr 2026 11:00:10 -0700

Add fourmolu.yaml

Diffstat:
Afourmolu.yaml | 25+++++++++++++++++++++++++
1 file changed, 25 insertions(+), 0 deletions(-)

diff --git a/fourmolu.yaml b/fourmolu.yaml @@ -0,0 +1,25 @@ +# Generated from web app, for more information, see: https://fourmolu.github.io/config/ +indentation: 4 +column-limit: none +function-arrows: leading +comma-style: trailing +record-style: knr +import-export-style: diff-friendly +import-grouping: legacy +indent-wheres: false +record-brace-space: false +newlines-between-decls: 1 +haddock-style: single-line +haddock-style-module: null +haddock-location-signature: auto +let-style: auto +in-style: no-space +if-style: hanging +single-constraint-parens: always +single-deriving-parens: always +sort-constraints: false +sort-derived-classes: false +sort-deriving-clauses: false +trailing-section-operators: true +unicode: never +respectful: true