1
1
mirror of https://github.com/srid/ema.git synced 2024-12-02 09:15:10 +03:00
ema/bin/format

6 lines
153 B
Plaintext
Raw Normal View History

2021-04-19 18:07:52 +03:00
#!/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