doc: Add astyle to ale-cpp

This commit is contained in:
jhlink 2020-07-25 20:32:06 -04:00
parent 488df0fa41
commit a2d172c457
1 changed files with 11 additions and 0 deletions

View File

@ -13,6 +13,17 @@ The following C options also apply to some C++ linters too.
* |g:ale_c_parse_compile_commands|
===============================================================================
astyle *ale-cpp-astyle*
g:ale_cpp_astyle_executable *g:ale_cpp_astyle_executable*
*b:ale_cpp_astyle_executable*
Type: |String|
Default: `'astyle'`
This variable can be changed to use a different executable for astyle.
===============================================================================
clang *ale-cpp-clang*