summaryrefslogtreecommitdiff
path: root/doc/ale-cpp.txt
diff options
context:
space:
mode:
authorjhlink <jhlink@users.noreply.github.com>2020-07-25 20:32:06 -0400
committerjhlink <jhlink@users.noreply.github.com>2020-07-25 20:32:06 -0400
commita2d172c4572e7805c14d71eedaed4b681db84d80 (patch)
tree5d7588c705e189fc39f4bb4694ea0c35f487385b /doc/ale-cpp.txt
parent488df0fa41be2c8d47a642b65964db7cba267d24 (diff)
downloadale-a2d172c4572e7805c14d71eedaed4b681db84d80.zip
doc: Add astyle to ale-cpp
Diffstat (limited to 'doc/ale-cpp.txt')
-rw-r--r--doc/ale-cpp.txt11
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*