-
Notifications
You must be signed in to change notification settings - Fork 10
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
Improve formatting of concepts #64
Comments
Which config entry is the reason for the issue. I assume it is an alignment option and you use in llama only indentions. |
It is caused by
the formattign is much better. Obviously, this also changes the formatting of ordinary functions as well. |
This was a LLVM bug that was recently fixed. I suggest to wait until it appears in a clang-format release. |
The PR was merge in July 2022 and Clang 15 was released in September 2022. I think we need to update to clang-format-15. |
The current style config makes concept definitions quite verbose:
Here is a LLAMA concept using my private
.clang-format
:And now formatted with the CRP
.clang-format
:Please consider improving the status-quo.
The text was updated successfully, but these errors were encountered: