summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeffrey Lau <who.else.at.jlau.tk>2018-06-03 02:59:53 +0800
committerJeffrey Lau <who.else.at.jlau.tk>2018-06-03 04:40:52 +0800
commit77d0ac58ed3171c0753f8e9cf7fa56db51d88f11 (patch)
tree1e712b1baffeea0d87e1fc5b4b5a4c167327f808 /README.md
parent786fc0a62f2d45b88967aad6d59bb9c483a576ae (diff)
downloadale-77d0ac58ed3171c0753f8e9cf7fa56db51d88f11.zip
Add 'scalafmt' fixer for Scala files
closes https://github.com/w0rp/ale/issues/1299
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 54fdc2b2..9eaa2ce9 100644
--- a/README.md
+++ b/README.md
@@ -164,7 +164,7 @@ formatting.
| 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 | [prettier](https://github.com/prettier/prettier), [sass-lint](https://www.npmjs.com/package/sass-lint), [scss-lint](https://github.com/brigade/scss-lint), [stylelint](https://github.com/stylelint/stylelint) |
-| Scala | [fsc](https://www.scala-lang.org/old/sites/default/files/linuxsoft_archives/docu/files/tools/fsc.html), [scalac](http://scala-lang.org), [scalastyle](http://www.scalastyle.org) |
+| Scala | [fsc](https://www.scala-lang.org/old/sites/default/files/linuxsoft_archives/docu/files/tools/fsc.html), [scalac](http://scala-lang.org), [scalafmt](https://scalameta.org/scalafmt/), [scalastyle](http://www.scalastyle.org) |
| Slim | [slim-lint](https://github.com/sds/slim-lint) |
| SML | [smlnj](http://www.smlnj.org/) |
| Solidity | [solhint](https://github.com/protofire/solhint), [solium](https://github.com/duaraghav8/Solium) |