diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-08-28 23:36:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-28 23:36:00 +0100 |
commit | ee3142b6016895b42840f6ba1a847672b410ae6e (patch) | |
tree | 9d97cc6dd8485345459a0f0aec3237b6c9b9d46b /doc | |
parent | 79f02fce69a0dceb8bbbe2c6f5a7cebceaa34be6 (diff) | |
parent | cc5ad6491f2b2c3bbd10e236b5b414e92464e6b7 (diff) | |
download | ale-ee3142b6016895b42840f6ba1a847672b410ae6e.zip |
Merge pull request #1866 from Steap/feature/xmllint-fixer
Add support for xmllint as a fixer.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-xml.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-xml.txt b/doc/ale-xml.txt index 6c8af6c7..e43fdefd 100644 --- a/doc/ale-xml.txt +++ b/doc/ale-xml.txt @@ -21,6 +21,14 @@ g:ale_xml_xmllint_options *g:ale_xml_xmllint_options* This variable can be set to pass additional options to xmllint. +g:ale_xml_xmllint_indentsize *g:ale_xml_xmllint_indentsize* + *b:ale_xml_xmllint_indentsize* + Type: |Number| + Default: 2 + + This variable can be sent to specify the amount of spaces used for + indentation. + =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |