From a2d172c4572e7805c14d71eedaed4b681db84d80 Mon Sep 17 00:00:00 2001 From: jhlink Date: Sat, 25 Jul 2020 20:32:06 -0400 Subject: [PATCH] doc: Add astyle to ale-cpp --- doc/ale-cpp.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/ale-cpp.txt b/doc/ale-cpp.txt index ead3be28..ba7ea7fc 100644 --- a/doc/ale-cpp.txt +++ b/doc/ale-cpp.txt @@ -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*