summaryrefslogtreecommitdiff
path: root/doc/ale-c.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r--doc/ale-c.txt38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt
index 0c4f8dc9..fc2c45c7 100644
--- a/doc/ale-c.txt
+++ b/doc/ale-c.txt
@@ -53,6 +53,25 @@ g:ale_c_clang_options *g:ale_c_clang_options*
===============================================================================
+clang-format *ale-c-clangformat*
+
+g:ale_c_clangformat_executable *g:ale_c_clangformat_executable*
+ *b:ale_c_clangformat_executable*
+ Type: |String|
+ Default: `'clang-format'`
+
+ This variable can be changed to use a different executable for clang-format.
+
+
+g:ale_c_clangformat_options *g:ale_c_clangformat_options*
+ *b:ale_c_clangformat_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be change to modify flags given to clang-format.
+
+
+===============================================================================
clangtidy *ale-c-clangtidy*
`clang-tidy` will be run only when files are saved to disk, so that
@@ -144,23 +163,4 @@ g:ale_c_gcc_options *g:ale_c_gcc_options*
===============================================================================
-clang-format *ale-c-clangformat*
-
-g:ale_c_clangformat_executable *g:ale_c_clangformat_executable*
- *b:ale_c_clangformat_executable*
- Type: |String|
- Default: `'clang-format'`
-
- This variable can be changed to use a different executable for clang-format.
-
-
-g:ale_c_clangformat_options *g:ale_c_clangformat_options*
- *b:ale_c_clangformat_options*
- Type: |String|
- Default: `''`
-
- This variable can be change to modify flags given to clang-format.
-
-
-===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: