Files
ale/doc/ale-xml.txt
T
Matheus Gabriel Werny db92671e57 Added missing supported file types of dprint (#5126)
* Added missing supported files of dprint

Added missing supported files of dprint.
Related to https://github.com/dense-analysis/ale/pull/4320.

* Add new files

Add new files.

* Tests work

Fixed identifiers.
Fixed sorting.

* Enable formatting of SQL

Enable formatting of SQL.
2026-06-21 11:12:19 +09:00

47 lines
1.8 KiB
Plaintext

===============================================================================
ALE XML Integration *ale-xml-options*
===============================================================================
dprint *ale-xml-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/markup_fmt/.
===============================================================================
xmllint *ale-xml-xmllint*
*ale-options.xml_xmllint_executable*
*g:ale_xml_xmllint_executable*
*b:ale_xml_xmllint_executable*
xml_xmllint_executable
g:ale_xml_xmllint_executable
Type: |String|
Default: `'xmllint'`
This variable can be set to change the path to xmllint.
*ale-options.xml_xmllint_options*
*g:ale_xml_xmllint_options*
*b:ale_xml_xmllint_options*
xml_xmllint_options
g:ale_xml_xmllint_options
Type: |String|
Default: `''`
This variable can be set to pass additional options to xmllint.
*ale-options.xml_xmllint_indentsize*
*g:ale_xml_xmllint_indentsize*
*b:ale_xml_xmllint_indentsize*
xml_xmllint_indentsize
g: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: