diff options
author | Bartek thindil Jasicki <thindil@laeran.pl> | 2020-07-31 07:56:28 +0200 |
---|---|---|
committer | Bartek thindil Jasicki <thindil@laeran.pl> | 2020-07-31 07:56:28 +0200 |
commit | 9a9d12cf4f3dda8ab45d38b10d5f3e01efc9b5d6 (patch) | |
tree | 1fcb23a7b16d22e397d6d7b52419b060d81d1c22 /doc/ale-c.txt | |
parent | e06060a31fbdc58221234e9344023f3372e93629 (diff) | |
parent | fc7b4585e630313560def02806b02e08f84d8f5d (diff) | |
download | ale-9a9d12cf4f3dda8ab45d38b10d5f3e01efc9b5d6.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r-- | doc/ale-c.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt index c9eb79db..efc26f93 100644 --- a/doc/ale-c.txt +++ b/doc/ale-c.txt @@ -60,6 +60,30 @@ g:ale_c_parse_makefile *g:ale_c_parse_makefile* =============================================================================== +astyle *ale-c-astyle* + +g:ale_c_astyle_executable *g:ale_c_astyle_executable* + *b:ale_c_astyle_executable* + Type: |String| + Default: `'astyle'` + + This variable can be changed to use a different executable for astyle. + + +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. + + For example, if .astylrc is specified, the file is searched in the parent + directories of the source file's directory. + + +=============================================================================== clang *ale-c-clang* g:ale_c_clang_executable *g:ale_c_clang_executable* |