mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/ale/doc/ale-d.txt

33 lines
1.3 KiB
Plaintext
Raw Normal View History

2018-09-24 20:40:17 -04:00
===============================================================================
ALE D Integration *ale-d-options*
2019-11-16 10:28:42 -05:00
===============================================================================
dfmt *ale-d-dfmt*
g:ale_d_dfmt_options *g:ale_d_dfmt_options*
*b:ale_d_dfmt_options*
Type: |String|
Default: `''`
This variable can be set to pass additional options to the dfmt fixer.
2018-09-24 20:40:17 -04:00
2018-11-01 06:03:42 -04:00
===============================================================================
dls *ale-d-dls*
g:ale_d_dls_executable *g:ale_d_dls_executable*
*b:ale_d_dls_executable*
Type: |String|
Default: `dls`
See |ale-integrations-local-executables|
2018-09-24 20:40:17 -04:00
===============================================================================
uncrustify *ale-d-uncrustify*
See |ale-c-uncrustify| for information about the available options.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: