aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-10-16 01:02:30 +0000
committerGithub Actions <actions@github>2023-10-16 01:02:30 +0000
commitfea1acda64d43072388225381aca565a31126a4f (patch)
tree74e75001ed99ab3ec045be42835c3b17f403070d
parent8b02f478fefe93f76a7f57c983418744287f4c69 (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 f3283ee..0842067 100644
--- a/README.md
+++ b/README.md
@@ -216,6 +216,7 @@ You can view this list in vim with `:help conform-formatters`
- [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.
- [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.
- [markdown-toc](https://github.com/jonschlinkert/markdown-toc) - API and CLI for generating a markdown TOC (table of contents) for a README or any markdown files.
- [markdownlint](https://github.com/DavidAnson/markdownlint) - A Node.js style checker and lint tool for Markdown/CommonMark files.
diff --git a/doc/conform.txt b/doc/conform.txt
index c123d11..0f033e0 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -220,6 +220,7 @@ FORMATTERS *conform-formatter
automatically separate them into sections and by type.
`jq` - Command-line JSON processor.
`just` - Format Justfile.
+`ktlint` - An anti-bikeshedding Kotlin linter with built-in formatter.
`latexindent` - A perl script for formatting LaTeX files that is generally
included in major TeX distributions.
`markdown-toc` - API and CLI for generating a markdown TOC (table of contents)