diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-12-17 11:58:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-17 11:58:05 +0000 |
commit | e06f2ded9d7e4a6c2450f1b52a017a59db79166e (patch) | |
tree | e4d8ef2a5deca3b0ef79b96a594bb80c5bcf7f8d /doc | |
parent | 0700c2d90071883f1003b51e3f6d126f69d7f6f5 (diff) | |
download | ale-e06f2ded9d7e4a6c2450f1b52a017a59db79166e.zip |
Update ale.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index f527b61c..fc4a984f 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -308,7 +308,7 @@ Notes: * Haskell: `brittany`, `ghc`, `stack-ghc`, `stack-build`!!, `ghc-mod`, `stack-ghc-mod`, `hlint`, `hdevtools`, `hfmt` * HTML: `HTMLHint`, `proselint`, `tidy`, `write-good` * Idris: `idris` -* Java: `checkstyle`, `javac` +* Java: `checkstyle`, `javac`, `google-java-format` * JavaScript: `eslint`, `flow`, `jscs`, `jshint`, `prettier`, `prettier-eslint` >= 4.2.0, `prettier-standard`, `standard`, `xo` * JSON: `jsonlint`, `prettier` * Kotlin: `kotlinc`, `ktlint` |