diff options
author | jhlink <jhlink@users.noreply.github.com> | 2020-07-28 19:48:27 -0400 |
---|---|---|
committer | jhlink <jhlink@users.noreply.github.com> | 2020-07-28 19:48:27 -0400 |
commit | 5377272d2068b78f357795ebf1e0895cfbf0cfaf (patch) | |
tree | 24b0618804a75ad66215ab4d67509051ece8f57d /doc/ale-c.txt | |
parent | 0e6578cf65a747ab6f8443493374a52b7d9060a8 (diff) | |
download | ale-5377272d2068b78f357795ebf1e0895cfbf0cfaf.zip |
fix: Change _options to _project_options
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r-- | doc/ale-c.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt index 599a726f..efc26f93 100644 --- a/doc/ale-c.txt +++ b/doc/ale-c.txt @@ -70,17 +70,17 @@ 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* +g:ale_c_astyle_project_options *g:ale_c_astyle_project_options* + *b:ale_c_astyle_project_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. + 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. + directories of the source file's directory. =============================================================================== |