summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjhlink <jhlink@users.noreply.github.com>2020-07-26 21:22:17 -0400
committerjhlink <jhlink@users.noreply.github.com>2020-07-26 21:22:17 -0400
commit028485b4dee89d3a81a7b414d44b9864f7396cbb (patch)
treeaddbc5034bacc922be972d456d4850711595ef2e /doc
parentc38b2a652489eec31dc6674e4c090364c3e437fa (diff)
downloadale-028485b4dee89d3a81a7b414d44b9864f7396cbb.zip
doc: Add ale_cpp_astyle_options in ale-cpp
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-cpp.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ale-cpp.txt b/doc/ale-cpp.txt
index ba7ea7fc..206a1a87 100644
--- a/doc/ale-cpp.txt
+++ b/doc/ale-cpp.txt
@@ -24,6 +24,19 @@ g:ale_cpp_astyle_executable *g:ale_cpp_astyle_executable*
This variable can be changed to use a different executable for astyle.
+g:ale_cpp_astyle_options *g:ale_cpp_astyle_options*
+ *b:ale_cpp_astyle_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be changed to use an option file for project level
+ configurations. Provide only the filename of the option file that should be
+ present at the project's root directory.
+
+ For example, if .astylrc is specified, the file is searched in the parent
+ directories of the source file's directory.
+
+
===============================================================================
clang *ale-cpp-clang*