-
Notifications
You must be signed in to change notification settings - Fork 16
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
Upgrade to clang-format-11 (and friends) #53
Comments
Correct. And there are no changes from Anyway, at this point, it sounds like less of a pain to just upgrade and deal with it, since it's now causing problems to not upgrade. |
See uptane/aktualizr#53 I chose clang-format-11 because is in both (current) Debian Stable and Ubuntu Focal. Signed-off-by: Phil Wise <phil@phil-wise.com>
See uptane/aktualizr#53 I chose clang-format-11 because is in both (current) Debian Stable and Ubuntu Focal. Signed-off-by: Phil Wise <phil@phil-wise.com>
See uptane/aktualizr#53 I chose clang-format-11 because is in both (current) Debian Stable and Ubuntu Focal. Signed-off-by: Phil Wise <phil@phil-wise.com>
At the moment Aktualizr uses clang-format-10 for formatting. We have to stick to one release to avoid different versions 'fighting' each other.
Debian Stable is currently on clang-format-11, but doesn't ship clang-format-10 which motivated me to look at an upgrade.
Aktualizr uses Ubuntu Focal (I think) for formatting checks, which has has clang-format-11.
From my initial trials, the only formatting that has changed is that
Args &&... args
will drop the second space to becomeArgs &&...args
The text was updated successfully, but these errors were encountered: