Another maintenance commit following the creation of the AdePT library structure, simply applying the current clang-format settings to all source code. Though it's a large commit, we can use Git's blame.ignoreRevsFile functionality:
to avoid later confusion when looking at changes. The needed .git-blame-ignore-revs file is best added in a new PR after this is merged as the commit hash to ignore may not be know until then.
This can be used in future when/if we change the style.
Another maintenance commit following the creation of the AdePT library structure, simply applying the current
clang-format
settings to all source code. Though it's a large commit, we can use Git'sblame.ignoreRevsFile
functionality:and locally using:
to avoid later confusion when looking at changes. The needed
.git-blame-ignore-revs
file is best added in a new PR after this is merged as the commit hash to ignore may not be know until then.This can be used in future when/if we change the style.