-
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
apply clang-format #57
base: main
Are you sure you want to change the base?
Conversation
130e7f1
to
99aab0c
Compare
cd5ce9d
to
1eb0e1f
Compare
1eb0e1f
to
1e48cac
Compare
@Thomas-Ulrich This PR contains some non-mergable content. It appears your ci/workflow changes were applied after Can you please resolve this? What would be good is you only include the change sets for
in this PR. Then afterwards we can go and clean up the source tree applying the formatting rules. |
875eda6
to
65fa69e
Compare
Right, I did add the updated yateto by mistake in the PR.
If you prefer you can cherrypick the first commit and run the 2nd command. (note that I update clang-format to 19 instead of 18 (because it was giving roughly the same number of modified lines ~3000, so let's use a more recent version I thought). |
c812a5f
to
0d8a359
Compare
apply clang-format on src and app, and add a GitHub workflow to check if the modified code is clang formatted.