diff options
author | Ahmed El Gabri <ahmed@gabri.me> | 2017-10-29 16:27:52 +0100 |
---|---|---|
committer | Ahmed El Gabri <ahmed@gabri.me> | 2017-10-29 21:48:28 +0100 |
commit | 634eb1920cf6f22bf5a121928511ad873656b819 (patch) | |
tree | 8a298099151b8ece8c51d970cb87eaae9bb60b4a /doc | |
parent | 1aa737cdc9b6e92b51823df93f356b4ec37beab3 (diff) | |
download | ale-634eb1920cf6f22bf5a121928511ad873656b819.zip |
refmt fixer for ReasonML
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-reasonml.txt | 16 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 18 insertions, 1 deletions
diff --git a/doc/ale-reasonml.txt b/doc/ale-reasonml.txt index 17a7b2e1..d533d856 100644 --- a/doc/ale-reasonml.txt +++ b/doc/ale-reasonml.txt @@ -10,6 +10,22 @@ merlin *ale-reasonml-merlin* detailed instructions (https://github.com/the-lambda-church/merlin/wiki/vim-from-scratch). +=============================================================================== +refmt *ale-reasonml-refmt* + +g:ale_reasonml_refmt_executable *g:ale_reasonml_refmt_executable* + *b:ale_reasonml_refmt_executable* + Type: |String| + Default: `'refmt'` + + This variable can be set to pass the path of the refmt fixer. + +g:ale_reasonml_refmt_options *g:ale_reasonml_refmt_options* + *b:ale_reasonml_refmt_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to the refmt fixer. =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 20269788..58a58e35 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -150,6 +150,7 @@ CONTENTS *ale-contents* lintr...............................|ale-r-lintr| reasonml..............................|ale-reasonml-options| merlin..............................|ale-reasonml-merlin| + refmt...............................|ale-reasonml-refmt| restructuredtext......................|ale-restructuredtext-options| write-good..........................|ale-restructuredtext-write-good| ruby..................................|ale-ruby-options| @@ -308,7 +309,7 @@ Notes: * Puppet: `puppet`, `puppet-lint` * Python: `autopep8`, `flake8`, `isort`, `mypy`, `pycodestyle`, `pylint`!!, `yapf` * R: `lintr` -* ReasonML: `merlin` +* ReasonML: `merlin`, `refmt` * reStructuredText: `proselint`, `write-good` * RPM spec: `rpmlint` * Ruby: `brakeman`, `rails_best_practices`!!, `reek`, `rubocop`, `ruby` |