aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-09-15 16:17:52 +0000
committerGithub Actions <actions@github>2023-09-15 16:17:52 +0000
commit9e7d1d6e47a8dcc93fac8d83eea74fef7a6b3322 (patch)
tree3126a1f35dcfebf6e79a8abbc7eff9bd2ecf7edf /README.md
parent5abf6c2c89ff6ed7d17285ec1da759013463bfc7 (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 64dff4f..2e3c62e 100644
--- a/README.md
+++ b/README.md
@@ -181,6 +181,7 @@ To view configured and available formatters, as well as to see the path to the l
- [goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports) - Updates your Go import lines, adding missing ones and removing unreferenced ones.
- [golines](https://github.com/segmentio/golines) - A golang formatter that fixes long lines
- [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier) - A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.
+- [indent](https://www.gnu.org/software/indent/) - GNU Indent
- [isort](https://github.com/PyCQA/isort) - Python utility / library to sort imports alphabetically and automatically separate them into sections and by type.
- [jq](https://github.com/stedolan/jq) - Command-line JSON processor.
- [latexindent](https://github.com/cmhughes/latexindent.pl) - A perl script for formatting LaTeX files that is generally included in major TeX distributions.