Bugzilla – Attachment 150517 Details for
Bug 30002
Add project-level perltidyrc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30002: Adjust perltidy
Bug-30002-Adjust-perltidy.patch (text/plain), 1.16 KB, created by
Jonathan Druart
on 2023-05-02 12:43:52 UTC
(
hide
)
Description:
Bug 30002: Adjust perltidy
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-05-02 12:43:52 UTC
Size:
1.16 KB
patch
obsolete
>From dc469f0dbe3cf96b5049617bfc7a6c58067d3427 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 2 May 2023 14:37:01 +0200 >Subject: [PATCH] Bug 30002: Adjust perltidy > >Remove the following 3 options that are not available in perltidy >v20190601 that is the version shipped with bullseye >--add-terminal-newline >--valign-exclusion-list >--extended-continuation-indentation > >Extend max line length >--maximum-line-length=120 > >Prevent perltidy to format lists (see bug 30002 comment 10) >--break-at-old-comma-breakpoints >--- > .perltidyrc | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > >diff --git a/.perltidyrc b/.perltidyrc >index 17df89753bf..a37e2e2ffc1 100644 >--- a/.perltidyrc >+++ b/.perltidyrc >@@ -3,17 +3,16 @@ > > --character-encoding=utf8 > --output-line-ending=unix >---add-terminal-newline > --iterations=2 > > # } else { > --cuddled-else > >-# do not vertically align "qw()" after use >---valign-exclusion-list='q' >- > # Use the full indent size for continuations > --continuation-indentation=4 >---extended-continuation-indentation > > --no-outdent-long-lines >+ >+--maximum-line-length=120 >+ >+--break-at-old-comma-breakpoints >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30002
:
149027
|
149028
|
150517
|
152161
|
152162
|
152163
|
152263