aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-05-13 17:10:31 +0000
committerGithub Actions <actions@github>2024-05-13 17:10:31 +0000
commit95f2cf0181a45c29f804a2c557bcce39406d4901 (patch)
tree7c7e7544f48d54cefa1d07c1ed0f9a191fdb8451 /README.md
parent37cbceab0a3b4979c4f0f1ae7aede0d0fa84c1d1 (diff)
[docgen] Update docs
skip-checks: true
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 71618c7..d33421a 100644
--- a/README.md
+++ b/README.md
@@ -231,6 +231,7 @@ You can view this list in vim with `:help conform-formatters`
- [goimports-reviser](https://github.com/incu6us/goimports-reviser) - Right imports sorting & code formatting tool (goimports alternative).
- [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.
- [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.