Skip to content
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

Update clang-format to reflect changes in recent version #4208

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

ranisalt
Copy link
Member

@ranisalt ranisalt commented Sep 8, 2022

Pull Request Prelude

Changes Proposed

Recent versions of clang-format have changed the bracing configuration for Mozilla, resulting in constructors following this format:

Class::Class():
{
}

Which doesn't really follow our standard anymore. This fixes the formatting while keeping source unchanged.

Alternatively, we could just adopt the new formatting rules.

@ranisalt ranisalt merged commit 87a5cd3 into otland:master Sep 16, 2022
@ranisalt
Copy link
Member Author

Merging as it doesn't hurt 🤷

@ranisalt ranisalt deleted the fix/clang-format-update branch September 16, 2022 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants