diff options
author | jhlink <jhlink@users.noreply.github.com> | 2020-07-25 20:32:06 -0400 |
---|---|---|
committer | jhlink <jhlink@users.noreply.github.com> | 2020-07-25 20:32:06 -0400 |
commit | a2d172c4572e7805c14d71eedaed4b681db84d80 (patch) | |
tree | 5d7588c705e189fc39f4bb4694ea0c35f487385b /doc | |
parent | 488df0fa41be2c8d47a642b65964db7cba267d24 (diff) | |
download | ale-a2d172c4572e7805c14d71eedaed4b681db84d80.zip |
doc: Add astyle to ale-cpp
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-cpp.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ -14,6 +14,17 @@ The following C options also apply to some C++ linters too. =============================================================================== +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* g:ale_cpp_clang_executable *g:ale_cpp_clang_executable* |