aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-10-14 02:50:08 +0000
committerGithub Actions <actions@github>2023-10-14 02:50:08 +0000
commitb36221f642a66e0813c061aa8a10cf1b533c8a0f (patch)
treefaa2cf79f2f4377f783b88cf3417fd091acde249 /README.md
parentae337775e46804a8347ea7c3da92be5587e5850e (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5fefe00..f1f4092 100644
--- a/README.md
+++ b/README.md
@@ -222,6 +222,7 @@ You can view this list in vim with `:help conform-formatters`
- [prettier](https://github.com/prettier/prettier) - Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
- [prettierd](https://github.com/fsouza/prettierd) - prettier, as a daemon, for ludicrous formatting speed.
- [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://beta.ruff.rs/docs/) - An extremely fast Python linter, written in Rust. Fix lint errors.
- [ruff_format](https://beta.ruff.rs/docs/) - An extremely fast Python linter, written in Rust. Formatter subcommand.
- [rufo](https://github.com/ruby-formatter/rufo) - Rufo is as an opinionated ruby formatter.