cabal init and added formatting options
This commit is contained in:
parent
0e402af95d
commit
47df84f911
4 changed files with 100 additions and 0 deletions
14
fourmolu.yaml
Normal file
14
fourmolu.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue