summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMads Hougesen <mads@mhouge.dk>2024-06-01 21:01:08 +0200
committerGitHub <noreply@github.com>2024-06-01 12:01:08 -0700
commit9f46982b8dc2bf1e267d386ccd096f896369e323 (patch)
treeb80d17e34404f9e4292a9a13ada09fbe02e1032a /README.md
parent11ee87a23187817cad233fe0d61d461105e3eda9 (diff)
feat: add support for hindent (#430)
Adds support for Haskell formatter hindent
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6dd4517..bbee233 100644
--- a/README.md
+++ b/README.md
@@ -235,6 +235,7 @@ You can view this list in vim with `:help conform-formatters`
- [golines](https://github.com/segmentio/golines) - A golang formatter that fixes long lines.
- [google-java-format](https://github.com/google/google-java-format) - Reformats Java source code according to Google Java Style.
- [hcl](https://github.com/hashicorp/hcl) - A formatter for HCL files.
+- [hindent](https://github.com/mihaimaruseac/hindent) - Haskell pretty printer.
- [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier) - A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.
- [indent](https://www.gnu.org/software/indent/) - GNU Indent.
- [injected](doc/advanced_topics.md#injected-language-formatting-code-blocks) - Format treesitter injected languages.