diff options
author | Abin Simon <abinsimon10@gmail.com> | 2018-06-23 15:40:28 +0530 |
---|---|---|
committer | Abin Simon <abinsimon10@gmail.com> | 2018-06-23 22:59:13 +0530 |
commit | 17c1aefb5bdd58ff854f17e00aa949e841560e94 (patch) | |
tree | f79622a2cedd178cf4c7e749dfddd7cbd4137e4a /doc | |
parent | 935740cf9310f52c60a67b33cfcd74f0140d95b8 (diff) | |
download | ale-17c1aefb5bdd58ff854f17e00aa949e841560e94.zip |
Add fixer tidy for HTML
Add tests for tidy HTML fixer
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-html.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-html.txt b/doc/ale-html.txt index 2d8873ef..98fddc58 100644 --- a/doc/ale-html.txt +++ b/doc/ale-html.txt @@ -71,6 +71,14 @@ g:ale_html_tidy_options *g:ale_html_tidy_options* (mac), sjis (shiftjis), utf-16le, utf-16, utf-8 +g:ale_html_tidy_use_global *g:html_tidy_use_global* + + Type: |Number| + Default: `get(g:, 'ale_use_global_executables', 0)` + + See |ale-integrations-local-executables| + + =============================================================================== write-good *ale-html-write-good* |