summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEric Milford <ericmilford@gmail.com>2023-09-15 22:33:43 -0500
committerGitHub <noreply@github.com>2023-09-15 20:33:43 -0700
commita839ed1384c21cbd8861f2850b552a4db10ead2f (patch)
tree641defaeabea2ba01927ce98f94e483526b643ab /README.md
parentcb5f939ab27b2c2ef2e1d4ac6fe16c5ba6332f39 (diff)
Feat: Add rustywind formatter (#56)
* Feat: Add rustywind formatter This adds the rustywind, a CLI for organizing Tailwind CSS classes. * Update meta description
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 1d7ec64..71c122f 100644
--- a/README.md
+++ b/README.md
@@ -203,6 +203,7 @@ To view configured and available formatters, as well as to see the log file, run
- [rubocop](https://github.com/rubocop/rubocop) - Ruby static code analyzer and formatter, based on the community Ruby style guide.
- [ruff](https://beta.ruff.rs/docs/) - An extremely fast Python linter, written in Rust.
- [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.
- [shellcheck](https://github.com/koalaman/shellcheck) - A static analysis tool for shell scripts.
- [shellharden](https://github.com/anordal/shellharden) - The corrective bash syntax highlighter