aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-12-05 04:30:48 +0000
committerGithub Actions <actions@github>2023-12-05 04:30:48 +0000
commit19a55b7767453b9f601b18d08ca5d7c876e24892 (patch)
treeb05972c84cf845a7b4ab1e49ed4d0f922a2ae56f
parent769dde8ddccf8338c68da706e46fd2fb004e6455 (diff)
[docgen] Update docs
skip-checks: true
-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 71899e6..60be045 100644
--- a/README.md
+++ b/README.md
@@ -224,6 +224,7 @@ You can view this list in vim with `:help conform-formatters`
- [injected](doc/advanced_topics.md#injected-language-formatting-code-blocks) - Format treesitter injected languages.
- [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.
+- [jsonnetfmt](https://github.com/google/go-jsonnet/tree/master/cmd/jsonnetfmt) - jsonnetfmt is a command line tool to format jsonnet files.
- [just](https://github.com/casey/just) - Format Justfile.
- [ktlint](https://ktlint.github.io/) - An anti-bikeshedding Kotlin linter with built-in formatter.
- [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 f8d4328..66514cc 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -241,6 +241,7 @@ FORMATTERS *conform-formatter
`isort` - Python utility / library to sort imports alphabetically and
automatically separate them into sections and by type.
`jq` - Command-line JSON processor.
+`jsonnetfmt` - jsonnetfmt is a command line tool to format jsonnet files.
`just` - Format Justfile.
`ktlint` - An anti-bikeshedding Kotlin linter with built-in formatter.
`latexindent` - A perl script for formatting LaTeX files that is generally