summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorPat Brisbin <pbrisbin@gmail.com>2023-04-22 09:05:50 -0400
committerGitHub <noreply@github.com>2023-04-22 22:05:50 +0900
commit61248e1453dc6373160154e1f6855ffc510a7dfc (patch)
tree4ea12558911cc79317c9adf5961321428bcd8265 /doc/ale.txt
parentfdadaed2ba93432add241bb25f9935dc2ebb4152 (diff)
downloadale-61248e1453dc6373160154e1f6855ffc510a7dfc.zip
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
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index ffdde04c..76f00c43 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -3019,6 +3019,7 @@ documented in additional help files.
stylish-haskell.......................|ale-haskell-stylish-haskell|
hie...................................|ale-haskell-hie|
ormolu................................|ale-haskell-ormolu|
+ fourmolu..............................|ale-haskell-fourmolu|
hcl.....................................|ale-hcl-options|
packer-fmt............................|ale-hcl-packer-fmt|
terraform-fmt.........................|ale-hcl-terraform-fmt|