Closed gevtushenko closed 2 years ago
Before (or just after) merging this branch, add a file like this one to this repo with the final SHA for this change so we can exclude these changes from blame, etc.
Another suggestion is to edit the commit author and change it to just
clang-format
. I like to clearly label these large automated changes as style-only in the metadata.
That's a great suggestion! Added .git-blame-ignore-revs file and changes the author.
This PR changes the line limit to 100 and also uses newer policy for
SortIncludes
. I've auto formatted the source base with clang-format 14.0. The sources seems to benefit from larger line limit.