Skip to content

Commit

Permalink
Add stylize script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Trinkle committed Jul 14, 2018
1 parent b415758 commit 278f4cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stylize
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail

for x in **/*.hs ; do stylish-haskell -i "$x" ; done

0 comments on commit 278f4cf

Please sign in to comment.