Skip to content

Commit a5f10ac

Browse files
committed
hooks.sh: Use fourmolu
1 parent 2a11fdc commit a5f10ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# hooks: run these commands when project files change
44

55
hpack -f kore
6-
stylish-haskell -i -r kore
6+
fd '.*\.hs' | xargs fourmolu -o -XTypeApplications -o -XPatternSynonyms -o -XBangPatterns -i

0 commit comments

Comments
 (0)