mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
perltidy: Add option --nooutdent-long-quotes
This commit is contained in:
@ -34,7 +34,7 @@ if (-e "src/tools/msvc/buildenv.pl")
|
||||
|
||||
my $what = shift || "";
|
||||
if ($what =~
|
||||
/^(check|installcheck|plcheck|contribcheck|modulescheck|ecpgcheck|isolationcheck|upgradecheck|bincheck|recoverycheck|taptest)$/i
|
||||
/^(check|installcheck|plcheck|contribcheck|modulescheck|ecpgcheck|isolationcheck|upgradecheck|bincheck|recoverycheck|taptest)$/i
|
||||
)
|
||||
{
|
||||
$what = uc $what;
|
||||
|
Reference in New Issue
Block a user