Add fourmolu fixer (#4501)

* Add fourmolu fixer

Fourmolu is aversion of Ormolu that supports configuration. This fixer
was modeled after the Ormolu one, but using the "stack executable"
approach of the Brittany and Stylish Haskell fixers.

* Sort supported-tools.md
This commit is contained in:
Pat Brisbin
2023-04-22 09:05:50 -04:00
committed by GitHub
parent fdadaed2ba
commit 61248e1453
7 changed files with 77 additions and 0 deletions

View File

@@ -236,6 +236,7 @@ Notes:
* `cabal-ghc`
* `cspell`
* `floskell`
* `fourmolu`
* `ghc`
* `ghc-mod`
* `hdevtools`