Re: pgindent vs variable declaration across multiple lines
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@postgresql.org
Date: 2023-01-20T23:50:56Z
Lists: pgsql-hackers
On Thu, Jan 19, 2023 at 8:31 PM Andres Freund <andres@anarazel.de> wrote: > I know I can leave the variable initially uninitialized and then do a separate > assignment, but that's not a great fix. That's what I do. If you pick names for all of your data types that are very very long and wordy then you don't feel as bad about this, because you were gonna need a line break anyway. :-) -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Improve indentation of multiline initialization expressions.
- 064750af4f4e 16.0 landed