Bugzilla – Attachment 152163 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.22 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-06-08 11:25:21 UTC
(
hide
)
Description:
Bug 30002: Adjust perltidy
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-06-08 11:25:21 UTC
Size:
1.22 KB
patch
obsolete
>From 0af6adbe461aaca51a1615ff562755c783b8dbbe 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 > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .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.34.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