-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[format] Manually correct code style of examples. #418
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update clang-format so restyled does this automatically.
Note: Later today or this weekend I plan on putting up an Uber format-fixing patch, as Make Pretty doesn’t cover all headers and source, as well as we need to get everything up to scratch with restyled. |
@turon I also see one problem, you need to rebase your branch, you’re using a very old restyled config here |
630ec62
to
7fc96cd
Compare
7fc96cd
to
c10689e
Compare
Rebased over #392 and restyled auto-closed it's issues as expected. Cool! |
46bba45
to
f812d1b
Compare
f812d1b
to
7601482
Compare
these examples are deliberately excluded from restyled's scans |
Problem
Make example sources code style compliant to prevent restyled getting involved whenever these files are touched.
Summary of Changes
Manual run of clang-format on examples.
workaround #345 until resolved