Fix #1038 - Automatically detect and use htmlhint configuration files

This commit is contained in:
w0rp 2018-01-28 12:44:42 +00:00
parent 7ef55a8615
commit 65fc5d11c7
5 changed files with 89 additions and 5 deletions

View file

@ -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.