summaryrefslogtreecommitdiff
path: root/doc/ale-c.txt
diff options
context:
space:
mode:
authorDerek P Sifford <dereksifford@gmail.com>2018-09-04 20:39:32 -0400
committerDerek P Sifford <dereksifford@gmail.com>2018-09-04 20:39:32 -0400
commit0ed4a5bbccaab69083d7dcde2154cdf9a43f3b54 (patch)
treeed31ddd4b0a313ae9515143dbcf90ab3cd7cd48f /doc/ale-c.txt
parentd476578a402763f2c6e4e0ada2eb345d0ac938d7 (diff)
downloadale-0ed4a5bbccaab69083d7dcde2154cdf9a43f3b54.zip
add uncrustify fixer for several languages
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r--doc/ale-c.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt
index 282dcf94..c3820ba0 100644
--- a/doc/ale-c.txt
+++ b/doc/ale-c.txt
@@ -263,4 +263,23 @@ g:ale_c_gcc_options *g:ale_c_gcc_options*
===============================================================================
+uncrustify *ale-c-uncrustify*
+
+g:ale_c_uncrustify_executable *g:ale_c_uncrustify_executable*
+ *b:ale_c_uncrustify_executable*
+ Type: |String|
+ Default: `'uncrustify'`
+
+ This variable can be changed to use a different executable for uncrustify.
+
+
+g:ale_c_uncrustify_options *g:ale_c_uncrustify_options*
+ *b:ale_c_uncrustify_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be change to modify flags given to uncrustify.
+
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: