From 25d48271e3d4404ba017cb92a37d3a681c1ad149 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 23 Jul 2024 16:48:34 +0000 Subject: [docgen] Update docs skip-checks: true --- README.md | 4 ++-- doc/conform.txt | 4 ++-- 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. -- cgit v1.2.3-70-g09d2