Re: pgindent vs. git whitespace check
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>,
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-02-22T22:03:13Z
Lists: pgsql-hackers
On 2023-02-22 We 09:52, Tom Lane wrote: > pgindent has never been very kind to non-end-of-line comments, and > I'm not excited about working on making it do so. As a thought > experiment, what would happen if we reversed course and started > allowing "//" comments? Naive conversion of this comment could > break the code altogether. (Plenty of programming languages > don't even *have* non-end-of-line comments.) > > I suspect not allowing // is at least a minor annoyance to any new developer we acquire under the age of about 40. cheers andrew -- Andrew Dunstan EDB:https://www.enterprisedb.com
Commits
-
Fix comment indentation and whitespace
- 62d56f6720cd 16.0 landed