Add script to clean up files
This commit is contained in:
parent
133b0ca9ed
commit
ea87567455
1 changed files with 3 additions and 0 deletions
3
reformat.sh
Executable file
3
reformat.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
find src app -name "*.hs" -exec stylish-haskell -i {} \;
|
||||||
|
hlint src app
|
||||||
Loading…
Add table
Add a link
Reference in a new issue