Re: pgindent vs variable declaration across multiple lines
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Andrew Dunstan <andrew@dunslane.net>,
Thomas Munro <thomas.munro@gmail.com>,
pgsql-hackers@lists.postgresql.org
Date: 2023-02-12T18:24:31Z
Lists: pgsql-hackers
Attachments
- v2-fix-initialization-indenting.patch (text/x-diff) patch v2
Now that pg_bsd_indent is in our tree, we can format this as a patch against Postgres sources. I'll stick it in the March CF so we don't forget about it. regards, tom lane
Commits
-
Improve indentation of multiline initialization expressions.
- 064750af4f4e 16.0 landed