Re: perltidy tweaks - Mailing list pgsql-hackers

From Tom Lane
Subject Re: perltidy tweaks
Date
Msg-id 4723.1524760438@sss.pgh.pa.us
Whole thread Raw
In response to perltidy tweaks  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: perltidy tweaks  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> I prpose two tweaks for the perltidy configuration:
> - The new perltidy version can avoid writing backup files, so we don't
> need to explicitly delete them after.

+1

> - Use option --nooutdent-long-quotes.  This is similar to a change we
> made for pgindent in the C code a while ago.  See patch for the results.

No strong opinion as to whether to do that or not, but if we do, I wonder
if we shouldn't also select --nooutdent-long-comments.  I noticed a few
places where it was doing that (ie moving comments left if they went past
the right margin) and didn't particularly like it.

What would be more per project style is to reflow overly-wide comments
into multiple lines, but I don't see an option for that :-(

            regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Scariest patch tournament, PostgreSQL 11 edition
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Clock with Adaptive Replacement