summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordeathmaz <00maz1987@gmail.com>2016-10-27 18:31:49 +0300
committerdeathmaz <00maz1987@gmail.com>2016-10-27 18:31:49 +0300
commit5b56103c693f96aa1240936434a022bd12ae7743 (patch)
tree12542cbfae68f65c353e08be3475a78a55610913 /doc
parentc8821fc0495d1d75cb3d716d73c4c28877e3513a (diff)
downloadale-5b56103c693f96aa1240936434a022bd12ae7743.zip
Added optoins variable for htmlhint
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index d05b570a..49cfc8db 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -549,6 +549,17 @@ g:ale_cpp_cppcheck_options *g:ale_cpp_cppcheck_options
This variable can be changed to modify flags given to cppcheck.
+-------------------------------------------------------------------------------
+4.14. htmlhint *ale-linter-options-htmlhint*
+
+g:ale_html_htmlhint_options *g:ale_html_htmlhint_options*
+
+ Type: |String|
+ Default: `'--format=unix stdin'`
+
+ This variable can be changed to modify flags given to HTMLHint.
+
+
===============================================================================
5. Commands/Keybinds *ale-commands*