diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-12-07 19:15:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-07 19:15:33 +0000 |
commit | 7a71186d62d1964e191dc723d8b65ab7786e0063 (patch) | |
tree | 5fe52e583145a16e5a88fd93ba333636516352a3 /doc | |
parent | c6fc9cdb7b31823cafc1e86dc4555a595abc9aee (diff) | |
parent | fbc8ac95539b6b1672e824a2df0422fdeb32f5c6 (diff) | |
download | ale-7a71186d62d1964e191dc723d8b65ab7786e0063.zip |
Merge pull request #1174 from eborden/eborden/add-brittany-for-haskell-formatting
Add brittany for Haskell formatting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-haskell.txt | 10 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt index 4a490efc..0ea40377 100644 --- a/doc/ale-haskell.txt +++ b/doc/ale-haskell.txt @@ -3,6 +3,16 @@ ALE Haskell Integration *ale-haskell-options* =============================================================================== +brittany *ale-haskell-brittany* + +g:ale_haskell_brittany_executable *g:ale_haskell_brittany_executable* + *b:ale_haskell_brittany_executable* + Type: |String| + Default: `'brittany'` + + This variable can be changed to use a different executable for brittany. + +=============================================================================== hdevtools *ale-haskell-hdevtools* g:ale_haskell_hdevtools_executable *g:ale_haskell_hdevtools_executable* diff --git a/doc/ale.txt b/doc/ale.txt index 0ab72747..db725c08 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -80,6 +80,7 @@ CONTENTS *ale-contents* handlebars............................|ale-handlebars-options| ember-template-lint.................|ale-handlebars-embertemplatelint| haskell...............................|ale-haskell-options| + brittany............................|ale-haskell-brittany| hdevtools...........................|ale-haskell-hdevtools| hfmt................................|ale-haskell-hfmt| stack-build.........................|ale-haskell-stack-build| @@ -303,7 +304,7 @@ Notes: * GraphQL: `eslint`, `gqlint` * Haml: `haml-lint` * Handlebars: `ember-template-lint` -* Haskell: `ghc`, `stack-ghc`, `stack-build`!!, `ghc-mod`, `stack-ghc-mod`, `hlint`, `hdevtools`, `hfmt` +* 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` |