We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a11fdc commit a5f10acCopy full SHA for a5f10ac
hooks.sh
@@ -3,4 +3,4 @@
3
# hooks: run these commands when project files change
4
5
hpack -f kore
6
-stylish-haskell -i -r kore
+fd '.*\.hs' | xargs fourmolu -o -XTypeApplications -o -XPatternSynonyms -o -XBangPatterns -i
0 commit comments