gpdb icon indicating copy to clipboard operation
gpdb copied to clipboard

Code formatting using pg_ident

Open reshke opened this issue 3 years ago • 2 comments
trafficstars

Enhancement

Hi hackers, how about to apply a pg_ident run to the repo codebase?

For example, you can open this file in raw mode and look for exec_mpp_query, you will see space and tabs are mixed, which complicates code readability

reshke avatar Jul 26 '22 09:07 reshke

+1 to do this, wait for others' comments.

FYI, git blame --ignore-revs-file could ignore some commits, or git config's blame.ignoreRevsFile.

adam8157 avatar Aug 01 '22 05:08 adam8157

or .git-blame-ignore-revs file.

adam8157 avatar Aug 01 '22 05:08 adam8157