aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarcus Fernandes <marcusbfs@gmail.com>2024-05-09 23:52:22 -0300
committerGitHub <noreply@github.com>2024-05-09 20:52:22 -0600
commit6207f41e8f3813d72ef4499a8132c11d8baabe9f (patch)
treec402673c61ee3fca153290a71ce46febbddc8646 /doc
parent6dc1603ea408f476a57937bbeaf7f86520a21a98 (diff)
feat: add ormolu formatter for Haskell (#377) (#397)
* feat: add ormolu formatter for Haskell (#377) * add ormolu references to README.md and doc/conform.txt * revert wrong auto typo fix by codespell * update meta field in the formatter * doc: typo --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/conform.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index 977a0f0..2a406d9 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -233,7 +233,9 @@ FORMATTERS *conform-formatter
`fish_indent` - Indent or otherwise prettify a piece of fish code.
`fixjson` - JSON Fixer for Humans using (relaxed) JSON5.
`fnlfmt` - A formatter for Fennel code.
-`fourmolu` - Fourmolu is a formatter for Haskell source code.
+`ormolu` - A formatter for Haskell source code.
+`fourmolu` - A fourk of ormolu that uses four space indentation and allows
+ arbitrary configuration
`gci` - GCI, a tool that controls Go package import order and makes it always
deterministic.
`gdformat` - A formatter for Godot's gdscript.