matrix-media-expanded/bin/format

6 lines
200 B
Text
Raw Normal View History

2021-05-31 23:19:51 +00:00
#!/usr/bin/env nix-shell
#! nix-shell ../shell.nix -i bash
set -xe
2022-01-30 16:58:38 +00:00
find src -name \*.hs | xargs ormolu -m inplace -o -XImportQualifiedPost -o -XTypeApplications
2021-05-31 23:19:51 +00:00
nixpkgs-fmt *.nix
cabal-fmt -i *.cabal