aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-07-23 16:48:34 +0000
committerGithub Actions <actions@github>2024-07-23 16:48:34 +0000
commit25d48271e3d4404ba017cb92a37d3a681c1ad149 (patch)
tree99b6bbcd76ee734ff77dce604b5b8dffa2c5cb2b
parent2270fa19e03a3d6f59f3b3f157058336a985b996 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md4
-rw-r--r--doc/conform.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f59bf19..66c6e04 100644
--- a/README.md
+++ b/README.md
@@ -341,8 +341,8 @@ You can view this list in vim with `:help conform-formatters`
- [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.
- [tofu_fmt](https://opentofu.org/docs/cli/commands/fmt/) - The tofu-fmt command rewrites OpenTofu configuration files to a canonical format and style.
-- [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.
+- [trim_newlines](https://github.com/stevearc/conform.nvim/blob/master/lua/conform/formatters/trim_whitespace.lua) - Trim empty lines at the end of the file.
+- [trim_whitespace](https://github.com/stevearc/conform.nvim/blob/master/lua/conform/formatters/trim_whitespace.lua) - Trim trailing whitespace.
- [twig-cs-fixer](https://github.com/VincentLanglet/Twig-CS-Fixer) - Automatically fix Twig Coding Standards issues
- [typos](https://github.com/crate-ci/typos) - Source code spell checker
- [typstyle](https://github.com/Enter-tainer/typstyle) - Beautiful and reliable typst code formatter.
diff --git a/doc/conform.txt b/doc/conform.txt
index 76db743..f614126 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -473,8 +473,8 @@ FORMATTERS *conform-formatter
formatting.
`tofu_fmt` - The tofu-fmt command rewrites OpenTofu configuration files to a
canonical format and style.
-`trim_newlines` - Trim new lines with awk.
-`trim_whitespace` - Trim whitespaces with awk.
+`trim_newlines` - Trim empty lines at the end of the file.
+`trim_whitespace` - Trim trailing whitespace.
`twig-cs-fixer` - Automatically fix Twig Coding Standards issues
`typos` - Source code spell checker
`typstyle` - Beautiful and reliable typst code formatter.