Closed jcfr closed 10 months ago
I fixed some of these in #60 - see 56015b0 - but I only fixed files that I already touched in that PR.
I suggest merging #60 first, rebasing this PR, then merge. Since I only reformatted already-modified files it's probably fine not to worry about blame ignore for #60. I'll go ahead and add blame ignore for this PR once it's rebased and merged.
With #60 and #69 things have diverged enough that rather than trying to rebase these changes, I'll just merge #68 and then perform these same reformatting tasks on the new, updated, main.
Removing trailing whitespaces streamline comparison between revisions of the code.
For additional references:
Once integrated, the commits prefixed with
STYLE:
should be added to a file called.git-blame-ignore-revs
file.This file lists revisions that should be ignored when considering attribution for the actual code written. Code style changes should not be considered as modifications with regards to attribution.
To see clean and meaningful blame information.
To configure git to automatically ignore revisions listed in a file on every call to git blame.
Based on: