aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-09-18 15:54:15 +0000
committerGithub Actions <actions@github>2023-09-18 15:54:15 +0000
commit2d4d7ccbeda1449d67e8bacd23728cf9229ed0f6 (patch)
tree4b1254e9e85cd4d9155e595b921f6f9a19de8d13
parent3fa2a7be8d91c3f0d7b79dde70d7849518cdc5bf (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index fb2a923..f28f4d9 100644
--- a/README.md
+++ b/README.md
@@ -210,6 +210,7 @@ To view configured and available formatters, as well as to see the log file, run
- [shellharden](https://github.com/anordal/shellharden) - The corrective bash syntax highlighter
- [shfmt](https://github.com/mvdan/sh) - A shell parser, formatter, and interpreter with `bash` support.
- [sql_formatter](https://github.com/sql-formatter-org/sql-formatter) - A whitespace formatter for different query languages.
+- [squeeze_blanks](https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html#cat-invocation) - Squeeze repeated blank lines into a single blank line via `cat -s`.
- [stylelint](https://github.com/stylelint/stylelint) - A mighty CSS linter that helps you avoid errors and enforce conventions.
- [stylua](https://github.com/JohnnyMorganz/StyLua) - An opinionated code formatter for Lua.
- [swift_format](https://github.com/apple/swift-format) - Swift formatter from apple. Requires building from source with `swift build`.
diff --git a/doc/conform.txt b/doc/conform.txt
index 76b0714..c832643 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -223,6 +223,8 @@ FORMATTERS *conform-formatter
`shellharden` - The corrective bash syntax highlighter
`shfmt` - A shell parser, formatter, and interpreter with `bash` support.
`sql_formatter` - A whitespace formatter for different query languages.
+`squeeze_blanks` - Squeeze repeated blank lines into a single blank line via
+ `cat -s`.
`stylelint` - A mighty CSS linter that helps you avoid errors and enforce
conventions.
`stylua` - An opinionated code formatter for Lua.