aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-06-03 00:38:39 +0000
committerGithub Actions <actions@github>2024-06-03 00:38:39 +0000
commit3e442ea042599042f93a5a3921ea1db638c82a9c (patch)
tree1e2a00d32e271b790da80c044fc3ca865964aa17
parent294bd1d4d32d4c4b797bfc997ea0e4c1a7019ce5 (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 908263a..3e26c45 100644
--- a/README.md
+++ b/README.md
@@ -290,6 +290,7 @@ You can view this list in vim with `:help conform-formatters`
- [reorder-python-imports](https://github.com/asottile/reorder-python-imports) - Rewrites source to reorder python imports
- [rescript-format](https://rescript-lang.org/) - The built-in ReScript formatter.
- [roc](https://github.com/roc-lang/roc) - A fast, friendly, functional language.
+- [rstfmt](https://github.com/dzhu/rstfmt) - A formatter for reStructuredText.
- [rubocop](https://github.com/rubocop/rubocop) - Ruby static code analyzer and formatter, based on the community Ruby style guide.
- [rubyfmt](https://github.com/fables-tales/rubyfmt) - Ruby Autoformatter! (Written in Rust)
- [ruff_fix](https://docs.astral.sh/ruff/) - An extremely fast Python linter, written in Rust. Fix lint errors.
diff --git a/doc/conform.txt b/doc/conform.txt
index 8c793fa..026e8b6 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -354,6 +354,7 @@ FORMATTERS *conform-formatter
`reorder-python-imports` - Rewrites source to reorder python imports
`rescript-format` - The built-in ReScript formatter.
`roc` - A fast, friendly, functional language.
+`rstfmt` - A formatter for reStructuredText.
`rubocop` - Ruby static code analyzer and formatter, based on the community Ruby
style guide.
`rubyfmt` - Ruby Autoformatter! (Written in Rust)