diff options
author | w0rp <w0rp@users.noreply.github.com> | 2020-11-21 20:25:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 20:25:13 +0000 |
commit | 96428425fe9ce8c5fa0718af2c6fe58deb61fadc (patch) | |
tree | 0cc28bc58977ef655e233967cf75decaf6c57781 /doc | |
parent | 2873be2d6a5e383edd1fead396a53a8a38eebd76 (diff) | |
parent | b496c4b1648cd15f8f6918d7c29853a8a04525c4 (diff) | |
download | ale-96428425fe9ce8c5fa0718af2c6fe58deb61fadc.zip |
Merge pull request #2903 from davidtwco/ormolu-fixer
Add ormolu fixer.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-haskell.txt | 20 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
3 files changed, 22 insertions, 0 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt index 5dd3ec15..fde439fe 100644 --- a/doc/ale-haskell.txt +++ b/doc/ale-haskell.txt @@ -173,4 +173,24 @@ g:ale_haskell_hie_executable *g:ale_haskell_hie_executable* =============================================================================== +ormolu *ale-haskell-ormolu* + +g:ale_haskell_ormolu_executable *g:ale_haskell_ormolu_executable* + *b:ale_haskell_ormolu_executable* + Type: |String| + Default: `'ormolu'` + + This variable can be changed to use a different executable for ormolu. + + +g:ale_haskell_ormolu_options *g:ale_haskell_ormolu_options* + *b:ale_haskell_ormolu_options* + Type: String + Default: '' + + This variable can be used to pass extra options to the underlying ormolu + executable. + + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 469f5fc9..60b53c03 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -196,6 +196,7 @@ Notes: * `hie` * `hindent` * `hlint` + * `ormolu` * `stack-build`!! * `stack-ghc` * `stylish-haskell` diff --git a/doc/ale.txt b/doc/ale.txt index e00d5f15..c5de4333 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2693,6 +2693,7 @@ documented in additional help files. stack-ghc.............................|ale-haskell-stack-ghc| stylish-haskell.......................|ale-haskell-stylish-haskell| hie...................................|ale-haskell-hie| + ormolu................................|ale-haskell-ormolu| hcl.....................................|ale-hcl-options| terraform-fmt.........................|ale-hcl-terraform-fmt| html....................................|ale-html-options| |