Skip to content

Commit e41a826

Browse files
committed
before formatting everything
1 parent a42b9f6 commit e41a826

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

.stylish-haskell.yaml

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

nix/shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let
2929
package = tools.cabal-fmt;
3030
};
3131
stylish-haskell = {
32-
enable = true;
32+
enable = false;
3333
package = tools.stylish-haskell;
3434
args = [ "--config" ".stylish-haskell.yaml" ];
3535
excludes = [ "^plutus-metatheory/src/MAlonzo" ];

0 commit comments

Comments
 (0)