1
0
Fork 0
mirror of synced 2025-03-14 18:01:00 -04:00
ultimate-vim/sources_non_forked/ale/doc/ale-d.txt

33 lines
1.3 KiB
Text
Raw Normal View History

2018-09-24 21:40:17 -03:00
===============================================================================
ALE D Integration *ale-d-options*
2019-11-16 16:28:42 +01: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 21:40:17 -03:00
2018-11-01 11:03:42 +01: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 21:40:17 -03: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: