cabal init and added formatting options

This commit is contained in:
sebastianselander 2023-01-17 11:42:40 +01:00
parent 0e402af95d
commit 47df84f911
4 changed files with 100 additions and 0 deletions

14
fourmolu.yaml Normal file
View file

@ -0,0 +1,14 @@
indentation: 4
function-arrows: trailing
comma-style: leading
import-export-style: trailing
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