summaryrefslogtreecommitdiff
path: root/doc
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
parent20241c87ef9f033e2ac2f44f5bb99af358ab44b2 (diff)
downloadale-498be478be6b57cff90f4d2889e87bf0067d6dec.zip
add perltidy fixer
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-perl.txt9
-rw-r--r--doc/ale.txt3
2 files changed, 11 insertions, 1 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:
diff --git a/doc/ale.txt b/doc/ale.txt
index 929fcf55..1f988e7d 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -156,6 +156,7 @@ CONTENTS *ale-contents*
perl..................................|ale-perl-options|
perl................................|ale-perl-perl|
perlcritic..........................|ale-perl-perlcritic|
+ perltidy............................|ale-perl-perltidy|
php...................................|ale-php-options|
hack................................|ale-php-hack|
hackfmt.............................|ale-php-hackfmt|
@@ -364,7 +365,7 @@ Notes:
* Objective-C: `clang`
* Objective-C++: `clang`
* OCaml: `merlin` (see |ale-ocaml-merlin|), `ols`
-* Perl: `perl -c`, `perl-critic`
+* Perl: `perl -c`, `perl-critic`, `perltidy`
* PHP: `hack`, `hackfmt`, `langserver`, `phan`, `php -l`, `phpcs`, `phpmd`, `phpstan`, `phpcbf`, `php-cs-fixer`
* PO: `alex`!!, `msgfmt`, `proselint`, `write-good`
* Pod: `alex`!!, `proselint`, `write-good`