doc: Add ale_c_astyle_options in ale-c

This commit is contained in:
jhlink 2020-07-26 21:21:38 -04:00
parent 78295024e1
commit c38b2a6524
1 changed files with 13 additions and 0 deletions

View File

@ -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*