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

#2378: update .clang-format to match style guidelines #2379

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

cz4rs
Copy link
Contributor

@cz4rs cz4rs commented Dec 12, 2024

fixes #2378

Leaving this as a draft, AlignAfterOpenBracket was one missing piece that I remembered but there are probably others.

@@ -3,7 +3,7 @@ ColumnLimit: 80
UseTab: Never

AccessModifierOffset: -2
AlignAfterOpenBracket: AlwaysBreak
AlignAfterOpenBracket: BlockIndent
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

Pipelines results

PR tests (gcc-12, ubuntu, mpich, verbose, kokkos)

Build for 0ccbc6e (2024-12-12 14:49:51 UTC)

Compilation - successful

Testing - passed

Build log


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.

update .clang-format to match style guidelines
1 participant