summaryrefslogtreecommitdiffstats
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
parent37cbceab0a3b4979c4f0f1ae7aede0d0fa84c1d1 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt1
2 files changed, 2 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.
diff --git a/doc/conform.txt b/doc/conform.txt
index e3f38d6..a4981d0 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -252,6 +252,7 @@ FORMATTERS *conform-formatter
`golines` - A golang formatter that fixes long lines.
`google-java-format` - Reformats Java source code according to Google Java
Style.
+`hcl` - A formatter for HCL files.
`htmlbeautifier` - A normaliser/beautifier for HTML that also understands
embedded Ruby. Ideal for tidying up Rails templates.
`indent` - GNU Indent.