-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add clang format #3
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.
We don't want BreakBeforeBraces: Stroustrup?
Nope. Stroustrup won't line up the braces except for functions. |
That's what I'm asking. You used Stroustrup in btwxt. |
Oh yeah, thanks for the reminder. There are a lot of settings so it's entirely likely well miss some until we see them! InsertBraces is another one. I made the change in atheneum, so we'll propagate to everything soon. |
What's going on with the failed checks? |
Stupidity. I forgot to run the new clang-format before I checked it in! |
Apply .clang-format to all source files; add CI task to check formatting upon push.