summaryrefslogtreecommitdiff
path: root/doc/ale-perl.txt
diff options
context:
space:
mode:
authorKenta, Kobayashi <kentafly88@gmail.com>2018-04-21 22:09:38 +0900
committerKenta, Kobayashi <kentafly88@gmail.com>2018-04-21 22:09:38 +0900
commit498be478be6b57cff90f4d2889e87bf0067d6dec (patch)
treec1d6f583733d3b2e7ba455e2754f3d369962a0d9 /doc/ale-perl.txt
parent20241c87ef9f033e2ac2f44f5bb99af358ab44b2 (diff)
downloadale-498be478be6b57cff90f4d2889e87bf0067d6dec.zip
add perltidy fixer
Diffstat (limited to 'doc/ale-perl.txt')
-rw-r--r--doc/ale-perl.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-perl.txt b/doc/ale-perl.txt
index 0a4adfff..761c2735 100644
--- a/doc/ale-perl.txt
+++ b/doc/ale-perl.txt
@@ -76,7 +76,16 @@ g:ale_perl_perlcritic_showrules *g:ale_perl_perlcritic_showrules*
Controls whether perlcritic rule names are shown after the error message.
Defaults to off to reduce length of message.
+===============================================================================
+perltidy *ale-perl-perltidy*
+
+g:ale_perl_perltidy_options *g:ale_perl_perltidy_options*
+ *b:ale_perl_perltidy_options*
+ Type: |String|
+ Default: `''`
+ This variable can be changed to alter the command-line arguments to
+ the perltidy invocation.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: