1
1
mirror of https://github.com/srid/ema.git synced 2024-11-29 09:25:14 +03:00
ema/bin/format
2021-04-19 11:07:52 -04:00

6 lines
153 B
Plaintext
Executable File

#!/usr/bin/env nix-shell
#! nix-shell ../shell.nix -i bash
set -xe
find src -name \*.hs | xargs ormolu -m inplace
nixpkgs-fmt *.nix
cabal-fmt -i *.cabal