doc: Add astyle entry to ALE c integration

This commit is contained in:
jhlink 2020-07-10 17:54:27 -04:00
parent 6c58164094
commit 4394084d99
1 changed files with 12 additions and 0 deletions

View File

@ -59,6 +59,18 @@ g:ale_c_parse_makefile *g:ale_c_parse_makefile*
build flags to use for different files.
===============================================================================
astyle *ale-c-astyle*
g:ale_c_astyle_executable *g:ale_c_astyle_executable*
*b:ale_c_astyle_executable*
Type: |String|
Default: `'astyle'`
This variable can be changed to use a different executable for astyle.
===============================================================================
clang *ale-c-clang*