diff options
author | w0rp <devw0rp@gmail.com> | 2018-01-28 12:44:42 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-01-28 12:44:42 +0000 |
commit | 65fc5d11c77527bbf19a94da919fb37b5a02924b (patch) | |
tree | 4bbd896f3b6032732682e4840d326768fc9db8ea /doc | |
parent | 7ef55a86152c3e17e13702f0d9753d7fc9c4d256 (diff) | |
download | ale-65fc5d11c77527bbf19a94da919fb37b5a02924b.zip |
Fix #1038 - Automatically detect and use htmlhint configuration files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-html.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-html.txt b/doc/ale-html.txt index c5d5afa5..416e932e 100644 --- a/doc/ale-html.txt +++ b/doc/ale-html.txt @@ -16,7 +16,7 @@ g:ale_html_htmlhint_executable *g:ale_html_htmlhint_executable* g:ale_html_htmlhint_options *g:ale_html_htmlhint_options* *b:ale_html_htmlhint_options* Type: |String| - Default: `'--format=unix'` + Default: `''` This variable can be changed to modify flags given to HTMLHint. |