-
Notifications
You must be signed in to change notification settings - Fork 19
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
Reformat all code according to clang-format #661
Comments
|
There is no format but clang-format and everything is to be accomplished according to the will of clang-format. |
This is not going to happen. The clang format config file remains in the repository and everyone is free to use it, regarding e.g. * alignment in pointer declarations. It is generally felt that clang format is too strict and it goes too strongly against people's wishes. We should add
to the clang config, though. |
Here is the issue about "LeaveAlone" Interestingly, there are four option that currently take "Leave" as an value, such as that Maybe it will happen one day and |
This follows up to
clang-format
work: config file andgit-clang-format
instructions #504The text was updated successfully, but these errors were encountered: