aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-06-01 19:14:58 +0000
committerGithub Actions <actions@github>2024-06-01 19:14:58 +0000
commitee0082c8f1663c7edd332922b19e5c8513930ab3 (patch)
treecd882c61b465492ab85e9798dfa0a9522956a135
parent8b147ca7abccbb19dd952dbb7aeebcdd56b02aee (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index ad604cd..230a9dd 100644
--- a/README.md
+++ b/README.md
@@ -285,7 +285,7 @@ You can view this list in vim with `:help conform-formatters`
- [pretty-php](https://github.com/lkrms/pretty-php) - The opinionated PHP code formatter.
- [puppet-lint](https://github.com/puppetlabs/puppet-lint) - Check that your Puppet manifests conform to the style guide.
- [purs-tidy](https://github.com/natefaubion/purescript-tidy) - A syntax tidy-upper for PureScript.
-- [pyink](https://github.com/google/pyink) - Pyink, pronounced pī-ˈiŋk, is a Python formatter, forked from Black with a few different formatting behaviors.
+- [pyink](https://github.com/google/pyink) - A Python formatter, forked from Black with a few different formatting behaviors.
- [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.
diff --git a/doc/conform.txt b/doc/conform.txt
index cbfe1c1..d1ef2b6 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -348,7 +348,8 @@ FORMATTERS *conform-formatter
`pretty-php` - The opinionated PHP code formatter.
`puppet-lint` - Check that your Puppet manifests conform to the style guide.
`purs-tidy` - A syntax tidy-upper for PureScript.
-`pyink` - Pyink, pronounced pī-ˈiŋk, is a Python formatter, forked from Black with a few different formatting behaviors.
+`pyink` - A Python formatter, forked from Black with a few different formatting
+ behaviors.
`reorder-python-imports` - Rewrites source to reorder python imports
`rescript-format` - The built-in ReScript formatter.
`roc` - A fast, friendly, functional language.