Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang-format entire codebase #278

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

drbenmorgan
Copy link
Member

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:

and locally using:

git config --global blame.ignoreRevsFile .git-blame-ignore-revs
git config --global blame.markIgnoredLines true
git config --global blame.markUnblamableLines true

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.

@phsft-bot
Copy link

Can one of the admins verify this patch?

@JuanGonzalezCaminero JuanGonzalezCaminero merged commit de00eb3 into apt-sim:master Feb 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants