summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorClément DOUIN <clement.douin@gmail.com>2017-09-09 22:30:20 +0200
committerw0rp <w0rp@users.noreply.github.com>2017-09-09 21:30:20 +0100
commitf3da8f45c15fdd335593be060c0c6aaea751e81d (patch)
tree4c7f3161dfb816ae29e5befc9de5bd869e67aadd /README.md
parentb3a9a0e3e8264cf8ce7c4d3780b06ab62d0db287 (diff)
downloadale-f3da8f45c15fdd335593be060c0c6aaea751e81d.zip
Add elm-format as a new fixer (#916)
* Add elm-format as a new 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 e808d824..4919564e 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ formatting.
| Dart | [dartanalyzer](https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_cli) |
| Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) |
| Elixir | [credo](https://github.com/rrrene/credo), [dogma](https://github.com/lpil/dogma) !! |
-| Elm | [elm-make](https://github.com/elm-lang/elm-make) |
+| Elm | [elm-make](https://github.com/elm-lang/elm-make), [elm-format](https://github.com/avh4/elm-format) |
| Erb | [erb](https://github.com/jeremyevans/erubi), [erubis](https://github.com/kwatch/erubis) |
| Erlang | [erlc](http://erlang.org/doc/man/erlc.html), [SyntaxErl](https://github.com/ten0s/syntaxerl) |
| Fortran | [gcc](https://gcc.gnu.org/) |