mihaimaruseac / hindent

Haskell pretty printer
Other
561 stars 113 forks source link

Let HIndent format multiple files in parallel #914

Closed toku-sa-n closed 5 months ago

toku-sa-n commented 5 months ago

Description of the PR

hindent +RTS -N -RTS *.hs now formats the given Haskell files in parallel.

Checklist