summaryrefslogtreecommitdiff
path: root/doc/ale-c.txt
diff options
context:
space:
mode:
authorjhlink <jhlink@users.noreply.github.com>2020-07-26 21:21:38 -0400
committerjhlink <jhlink@users.noreply.github.com>2020-07-26 21:21:38 -0400
commitc38b2a652489eec31dc6674e4c090364c3e437fa (patch)
treeadac48d5ee45cc65bdbe20717a3b5c900fd20fe0 /doc/ale-c.txt
parent78295024e1ecb01990eb87c702e0c8565865e898 (diff)
downloadale-c38b2a652489eec31dc6674e4c090364c3e437fa.zip
doc: Add ale_c_astyle_options in ale-c
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r--doc/ale-c.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt
index 1daf1256..599a726f 100644
--- a/doc/ale-c.txt
+++ b/doc/ale-c.txt
@@ -70,6 +70,19 @@ g:ale_c_astyle_executable *g:ale_c_astyle_executable*
This variable can be changed to use a different executable for astyle.
+g:ale_c_astyle_options *g:ale_c_astyle_options*
+ *b:ale_c_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-c-clang*