haskell-template

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

fourmolu.yaml (669B)


      1 # Generated from web app, for more information, see: https://fourmolu.github.io/config/
      2 indentation: 4
      3 column-limit: none
      4 function-arrows: leading
      5 comma-style: trailing
      6 record-style: knr
      7 import-export-style: diff-friendly
      8 import-grouping: legacy
      9 indent-wheres: false
     10 record-brace-space: false
     11 newlines-between-decls: 1
     12 haddock-style: single-line
     13 haddock-style-module: null
     14 haddock-location-signature: auto
     15 let-style: auto
     16 in-style: no-space
     17 if-style: hanging
     18 single-constraint-parens: always
     19 single-deriving-parens: always
     20 sort-constraints: false
     21 sort-derived-classes: false
     22 sort-deriving-clauses: false
     23 trailing-section-operators: true
     24 unicode: never
     25 respectful: true