Skip to content

Commit d8ce951

Browse files
committed
Applied forumolu
1 parent 2a6be75 commit d8ce951

File tree

3 files changed

+4
-37
lines changed

3 files changed

+4
-37
lines changed

.stylish-haskell.yaml

Lines changed: 0 additions & 33 deletions
This file was deleted.

fourmolu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ newlines-between-decls: 1
2626
haddock-style: multi-line-compact
2727

2828
# How to print module docstring
29-
haddock-style-module: null
29+
haddock-style-module: multi-line-compact
3030

3131
# Styling of let blocks (choices: auto, inline, newline, or mixed)
3232
let-style: auto

nix/shell.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ let
2828
package = tools.cabal-fmt;
2929
};
3030
stylish-haskell = {
31-
enable = true;
31+
enable = false;
3232
package = tools.stylish-haskell;
3333
args = [ "--config" ".stylish-haskell.yaml" ];
3434
excludes = [ "^plutus-metatheory/src/MAlonzo" ];
3535
};
3636
fourmolu = {
37-
enable = false;
37+
enable = true;
3838
package = tools.fourmolu;
39-
args = [ "--mode" "inplace" ];
39+
excludes = [ "^plutus-metatheory/src/MAlonzo" ];
4040
};
4141
hlint = {
4242
enable = false;

0 commit comments

Comments
 (0)