Add format script

This commit is contained in:
Paul Brinkmeier 2025-08-07 18:35:43 +02:00
parent e8b083a260
commit bb66615c7f

3
scripts/format-all Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
fourmolu --mode inplace $(git ls-files '*.hs')