aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-01-24 17:40:28 +0000
committerGithub Actions <actions@github>2024-01-24 17:40:28 +0000
commitd99b75b4aedf0e912f41c5740a7267de739cddac (patch)
tree4c3f2ca0602569bc6b27c9c604f7503dfc1b4a97
parent375258f1fe1500f175d7135aef1dc6a87dbd83b2 (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 893a8ec..71608fe 100644
--- a/README.md
+++ b/README.md
@@ -280,6 +280,7 @@ You can view this list in vim with `:help conform-formatters`
- [taplo](https://github.com/tamasfe/taplo) - A TOML toolkit written in Rust.
- [templ](https://templ.guide/commands-and-tools/cli/#formatting-templ-files) - Formats templ template files.
- [terraform_fmt](https://www.terraform.io/docs/cli/commands/fmt.html) - The terraform-fmt command rewrites `terraform` configuration files to a canonical format and style.
+- [terragrunt_hclfmt](https://terragrunt.gruntwork.io/docs/reference/cli-options/#hclfmt) - Format hcl files into a canonical format.
- [tlint](https://github.com/tighten/tlint) - Tighten linter for Laravel conventions with support for auto-formatting.
- [trim_newlines](https://www.gnu.org/software/gawk/manual/gawk.html) - Trim new lines with awk.
- [trim_whitespace](https://www.gnu.org/software/gawk/manual/gawk.html) - Trim whitespaces with awk.
diff --git a/doc/conform.txt b/doc/conform.txt
index ed1241f..df7ea46 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -320,6 +320,7 @@ FORMATTERS *conform-formatter
`templ` - Formats templ template files.
`terraform_fmt` - The terraform-fmt command rewrites `terraform` configuration
files to a canonical format and style.
+`terragrunt_hclfmt` - Format hcl files into a canonical format.
`tlint` - Tighten linter for Laravel conventions with support for auto-
formatting.
`trim_newlines` - Trim new lines with awk.