From cf96fcb3611ea8c68d3749ca0de84989eeb19694 Mon Sep 17 00:00:00 2001 From: Sergey Kurgak Date: Mon, 17 Jan 2022 12:03:36 +1100 Subject: [PATCH] Edit ./bin/format --- bin/format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/format b/bin/format index 95d0cdf24..76fbabd32 100755 --- a/bin/format +++ b/bin/format @@ -3,3 +3,5 @@ set -xe find -type f -name '*.hs' ! -path '*/dist-newstyle/*' | xargs fourmolu -o-XTypeApplications -m inplace +cabal-fmt -i *.cabal +nixpkgs-fmt *.nix \ No newline at end of file