summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKelly Fox <kelly@bumfuddled.com>2017-10-21 12:31:49 -0500
committerKelly Fox <kelly@bumfuddled.com>2017-10-21 12:31:49 -0500
commit35031a0b8a384766277a8b38f84c28ae89a17430 (patch)
tree59c467e4ded6afd88076c474ae139ee9d5ef4a62 /README.md
parent3878be99771d81571789f5595bf082c63ed61755 (diff)
downloadale-35031a0b8a384766277a8b38f84c28ae89a17430.zip
add rustfmt fixer
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 120177ed..df5ba225 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ formatting.
| reStructuredText | [proselint](http://proselint.com/) |
| RPM spec | [rpmlint](https://github.com/rpm-software-management/rpmlint) (disabled by default; see `:help ale-integration-spec`) |
| Ruby | [brakeman](http://brakemanscanner.org/) !!, [rails_best_practices](https://github.com/flyerhzm/rails_best_practices) !!, [reek](https://github.com/troessner/reek), [rubocop](https://github.com/bbatsov/rubocop), [ruby](https://www.ruby-lang.org) |
-| Rust | cargo !! (see `:help ale-integration-rust` for configuration instructions), [rls](https://github.com/rust-lang-nursery/rls), [rustc](https://www.rust-lang.org/) |
+| Rust | cargo !! (see `:help ale-integration-rust` for configuration instructions), [rls](https://github.com/rust-lang-nursery/rls), [rustc](https://www.rust-lang.org/), [rustfmt](https://github.com/rust-lang-nursery/rustfmt) |
| SASS | [sass-lint](https://www.npmjs.com/package/sass-lint), [stylelint](https://github.com/stylelint/stylelint) |
| SCSS | [sass-lint](https://www.npmjs.com/package/sass-lint), [scss-lint](https://github.com/brigade/scss-lint), [stylelint](https://github.com/stylelint/stylelint), [prettier](https://github.com/prettier/prettier) |
| Scala | [scalac](http://scala-lang.org), [scalastyle](http://www.scalastyle.org) |