summaryrefslogtreecommitdiff
path: root/doc/ale-ruby.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-ruby.txt')
-rw-r--r--doc/ale-ruby.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt
index ff9aa798..ff5a371f 100644
--- a/doc/ale-ruby.txt
+++ b/doc/ale-ruby.txt
@@ -258,6 +258,24 @@ g:ale_ruby_syntax_tree_options *g:ale_ruby_syntax_tree_options*
This variable can be changed to modify flags given to SyntaxTree.
+===============================================================================
+rubyfmt *ale-ruby-rubyfmt*
+
+g:ale_ruby_rubyfmt_executable *g:ale_ruby_rubyfmt_executable*
+ *b:ale_ruby_rubyfmt_executable*
+ Type: |String|
+ Default: `'rubyfmt'`
+
+ This option can be changed to change the path for `rubyfmt`.
+
+
+g:ale_ruby_rubyfmt_options *g:ale_ruby_rubyfmt_options*
+ *b:ale_ruby_rubyfmt_options*
+ Type: |String|
+ Default: `''`
+
+ This option can be changed to pass extra options to `'rubyfmt'`.
+
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: