aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt1
2 files changed, 2 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.
diff --git a/doc/conform.txt b/doc/conform.txt
index d17cb06..fe3bcf7 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -186,6 +186,7 @@ FORMATTERS *conform-formatter
`golines` - A golang formatter that fixes long lines
`htmlbeautifier` - A normaliser/beautifier for HTML that also understands
embedded Ruby. Ideal for tidying up Rails templates.
+`indent` - GNU Indent
`isort` - Python utility / library to sort imports alphabetically and
automatically separate them into sections and by type.
`jq` - Command-line JSON processor.