aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKerem Bozdas <krmbzds.github@gmail.com>2023-09-30 20:49:34 +0300
committerGitHub <noreply@github.com>2023-09-30 10:49:34 -0700
commit37d036704a100ef6e6457be45b4dfc2f8e429572 (patch)
tree1f06ca796e11402c8c34b9e91d87b6a343ddde63 /README.md
parent3f8927532bc8ce4fc4b5b75eab1bf8f1fc83f6b9 (diff)
feat: add standardrb (#91)
* feat: add standardrb formatter * [docgen] Update docs skip-checks: true --------- Co-authored-by: Github Actions <actions@github>
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 d2ea56e..9acc5b4 100644
--- a/README.md
+++ b/README.md
@@ -221,6 +221,7 @@ To view configured and available formatters, as well as to see the log file, run
- [sql_formatter](https://github.com/sql-formatter-org/sql-formatter) - A whitespace formatter for different query languages.
- [squeeze_blanks](https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html#cat-invocation) - Squeeze repeated blank lines into a single blank line via `cat -s`.
- [standardjs](https://standardjs.com) - JavaScript Standard style guide, linter, and formatter.
+- [standardrb](https://github.com/standardrb/standard) - Ruby's bikeshed-proof linter and formatter
- [stylelint](https://github.com/stylelint/stylelint) - A mighty CSS linter that helps you avoid errors and enforce conventions.
- [stylua](https://github.com/JohnnyMorganz/StyLua) - An opinionated code formatter for Lua.
- [swift_format](https://github.com/apple/swift-format) - Swift formatter from apple. Requires building from source with `swift build`.