On Wed, Jan 13, 2016 at 9:13 AM, Tom Lane <[email protected]> wrote: > I'm willing to go with the "separate commit to reindent individual files" > approach if there's a consensus that that makes for a cleaner git history. > But I'm not 100% convinced it matters.
I recently changed the configuration of my text editor to automatically use the "git blame" whitespace flag when using its git plugin. I did this because there was a tendency for pgindent commits to freeze everything for several seconds when I made the mistake of looking at a pgindent commit diff. This approach seems to work nicely, without any downside that I've noticed. -- Peter Geoghegan -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
