aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-10-11 21:58:09 +0000
committerGithub Actions <actions@github>2023-10-11 21:58:09 +0000
commit4db76a68b47aa6e9777e4da4aed16f0fff74920e (patch)
tree4fdd0652701d8b967bb68f5147a15a32847f78d2
parentaca5d307232a22600bd0ab57571a8b6e2dc9a12c (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 00c3f4f..52d9429 100644
--- a/README.md
+++ b/README.md
@@ -221,9 +221,9 @@ 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.
-- [rufo](https://github.com/ruby-formatter/rufo) - Rufo is as an opinionated ruby formatter.
- [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.
- [rustfmt](https://github.com/rust-lang/rustfmt) - A tool for formatting rust code according to style guidelines.
- [rustywind](https://github.com/avencera/rustywind) - A tool for formatting Tailwind CSS classes.
- [scalafmt](https://github.com/scalameta/scalafmt) - Code formatter for Scala.
diff --git a/doc/conform.txt b/doc/conform.txt
index 56adc51..9d58529 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -235,10 +235,10 @@ FORMATTERS *conform-formatter
`prettierd` - prettier, as a daemon, for ludicrous formatting speed.
`rubocop` - Ruby static code analyzer and formatter, based on the community Ruby
style guide.
-`rufo` - Rufo is as an opinionated ruby formatter.
`ruff_fix` - An extremely fast Python linter, written in Rust. Fix lint errors.
`ruff_format` - An extremely fast Python linter, written in Rust. Formatter
subcommand.
+`rufo` - Rufo is as an opinionated ruby formatter.
`rustfmt` - A tool for formatting rust code according to style guidelines.
`rustywind` - A tool for formatting Tailwind CSS classes.
`scalafmt` - Code formatter for Scala.