summaryrefslogtreecommitdiff
path: root/doc/ale-c.txt
diff options
context:
space:
mode:
authorjhlink <jhlink@users.noreply.github.com>2020-07-10 17:54:27 -0400
committerjhlink <jhlink@users.noreply.github.com>2020-07-10 17:54:27 -0400
commit4394084d998397f3cc2203eb82b72affa3481645 (patch)
tree93e09605b6f6d78684b46d808dd1261d8472430a /doc/ale-c.txt
parent6c58164094ec5b2a4304af8f132d4eecb8e6ff5d (diff)
downloadale-4394084d998397f3cc2203eb82b72affa3481645.zip
doc: Add astyle entry to ALE c integration
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r--doc/ale-c.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt
index c9eb79db..7a6e71ea 100644
--- a/doc/ale-c.txt
+++ b/doc/ale-c.txt
@@ -59,6 +59,18 @@ g:ale_c_parse_makefile *g:ale_c_parse_makefile*
build flags to use for different files.
+
+===============================================================================
+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.
+
+
===============================================================================
clang *ale-c-clang*