aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-09-07 19:29:31 +0000
committerGithub Actions <actions@github>2023-09-07 19:29:31 +0000
commit3d589f129107c229b5f0bae98b62885d2abf00f3 (patch)
tree29510c2d7e4c38b6f47024e1845baffd09cff807
parent37a2d65bd2ee41540cc426d2cffef6d6f8648357 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md4
-rw-r--r--doc/conform.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8128927..fa3c907 100644
--- a/README.md
+++ b/README.md
@@ -192,8 +192,8 @@ To view configured and available formatters, as well as to see the path to the l
- [swiftformat](https://github.com/nicklockwood/SwiftFormat) - SwiftFormat is a code library and command-line tool for reformatting `swift` code on macOS or Linux.
- [taplo](https://github.com/tamasfe/taplo) - A TOML toolkit written in Rust
- [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.
-- [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://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
- [uncrustify](https://github.com/uncrustify/uncrustify) - A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and Vala.
- [xmlformat](https://github.com/pamoller/xmlformatter) - xmlformatter is an Open Source Python package, which provides formatting of XML documents.
- [yamlfix](https://github.com/lyz-code/yamlfix) - A configurable YAML formatter that keeps comments.
diff --git a/doc/conform.txt b/doc/conform.txt
index 818a630..46c971f 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -128,6 +128,7 @@ FORMATTERS *conform-formatter
pyflakes.
`autopep8` - A tool that automatically formats Python code to conform to the PEP
8 style guide.
+`beautysh` - A Bash beautifier for the masses.
`black` - The uncompromising Python code formatter.
`clang_format` - Tool to format C/C++/… code according to a set of rules and
heuristics.
@@ -179,8 +180,11 @@ FORMATTERS *conform-formatter
`swift build`.
`swiftformat` - SwiftFormat is a code library and command-line tool for
reformatting `swift` code on macOS or Linux.
+`taplo` - A TOML toolkit written in Rust
`terraform_fmt` - The terraform-fmt command rewrites `terraform` configuration
files to a canonical format and style.
+`trim_newlines` - Trim new lines with awk
+`trim_whitespace` - Trim whitespaces with awk
`uncrustify` - A source code beautifier for C, C++, C#, ObjectiveC, D, Java,
Pawn and Vala.
`xmlformat` - xmlformatter is an Open Source Python package, which provides