Add brittany for Haskell formatting

`brittany` is one of the options for Haskell source formatting. This
adds the necessary fixer files and documentation to support `brittany`
in `ALE`.
This commit is contained in:
Evan Rutledge Borden
2017-11-28 17:58:13 -05:00
parent a43ada93e4
commit edb3a0c5e4
6 changed files with 55 additions and 1 deletions

View File

@@ -2,6 +2,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*