mihaimaruseac / hindent

Haskell pretty printer
Other
559 stars 113 forks source link

Let HIndent format multiple files in parallel #914

Closed toku-sa-n closed 3 months ago

toku-sa-n commented 3 months ago

Description of the PR

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

Checklist