aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAngelo Fallaria <ba.fallaria@gmail.com>2024-02-13 11:41:25 +0800
committerGitHub <noreply@github.com>2024-02-12 19:41:25 -0800
commita34b66f9a4a8f4fb8e270ebfa9c8836fdb8381c1 (patch)
treec3ba449131054a05e900fd8eb8cb43b331701eb4 /README.md
parentc0e0e80f0c233cb3a249f719a44324c660163a3f (diff)
feat: add ReScript formatter (#293)
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 cd20376..5efb108 100644
--- a/README.md
+++ b/README.md
@@ -259,6 +259,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.
- [reorder-python-imports](https://github.com/asottile/reorder-python-imports) - Rewrites source to reorder python imports
+- [rescript-format](https://github.com/rescript-lang/rescript-compiler) - The built-in ReScript formatter.
- [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.