Skip to content

Commit

Permalink
Fix fourmolu config and justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Aug 23, 2023
1 parent 70dffcf commit 2c52c16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion fourmolu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ indentation: 4
let-style: auto
newlines-between-decls: 1
record-brace-space: false
respectful: true
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ test:
cabal test -v0 -O0 -j unit

repl:
cabal repl -v0 -O0 -j
cabal repl -v0 -O0 -j fine-types

prepare: format lint build0 test

0 comments on commit 2c52c16

Please sign in to comment.