aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-06-03 00:39:10 +0000
committerGithub Actions <actions@github>2024-06-03 00:39:10 +0000
commit0b6ef80e052150391ded101a0a2720f24f5200e9 (patch)
tree4bf4405fccec3389a76ba2b8e7729b2b3244b60e
parentc84169717ee74698f9df20c6437fa06df03bf1fe (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 3e26c45..dd63501 100644
--- a/README.md
+++ b/README.md
@@ -212,6 +212,7 @@ You can view this list in vim with `:help conform-formatters`
- [deno_fmt](https://deno.land/manual/tools/formatter) - Use [Deno](https://deno.land/) to format TypeScript, JavaScript/JSON and markdown.
- [dfmt](https://github.com/dlang-community/dfmt) - Formatter for D source code.
- [djlint](https://github.com/Riverside-Healthcare/djLint) - ✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang.
+- [docstrfmt](https://github.com/LilSpazJoekp/docstrfmt) - reStructuredText formatter.
- [dprint](https://github.com/dprint/dprint) - Pluggable and configurable code formatting platform written in Rust.
- [easy-coding-standard](https://github.com/easy-coding-standard/easy-coding-standard) - ecs - Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.
- [efmt](https://github.com/sile/efmt) - Erlang code formatter.
diff --git a/doc/conform.txt b/doc/conform.txt
index 026e8b6..06a2714 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -246,6 +246,7 @@ FORMATTERS *conform-formatter
`dfmt` - Formatter for D source code.
`djlint` - ✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks -
Handlebars - GoLang.
+`docstrfmt` - reStructuredText formatter.
`dprint` - Pluggable and configurable code formatting platform written in Rust.
`easy-coding-standard` - ecs - Use Coding Standard with 0-knowledge of PHP-CS-
Fixer and PHP_CodeSniffer.