-
Notifications
You must be signed in to change notification settings - Fork 218
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
Cannot merge old feature because of code reformattings #3464
Comments
@psychocoderHPC Thank you for posting this detailed description. |
Note: for the simple case of adding new stuff and (almost) not modifying existing code lines, one can get away with just |
Use issue ComputationalRadiationPhysics#3464 to format the backgroundfield laser from @BeyondEspresso
Please note, the exact formatting rules of clang-format are dependent on the version of clang-format. Current used version is clang-format-12 from llvm 12.0.1, the bug fix version does actually make a difference as I found out recently. @psychocoderHPC could you update your example to the currently used version? |
@BrianMarre thanks, I edited the first message to reflect the current state, also made a fix in the docs. |
@psychocoderHPC since we switched to precommit could we close this issue? |
I agree |
If you developed a feature before we switched to
clang-format
and you have issues with rebasing and merging the following easy 😃 steps will solve your pain.@ComputationalRadiationPhysics/picongpu-developers
The text was updated successfully, but these errors were encountered: