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

Fix clang format #4585

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix clang format #4585

wants to merge 2 commits into from

Conversation

geyslan
Copy link
Member

@geyslan geyslan commented Feb 12, 2025

1. Explain what the PR does

c3a7017 chore: format apply based on the latest fix
c0c1cb7 fix: remove duplicate entry in .clang-format

c0c1cb7 fix: remove duplicate entry in .clang-format

PenaltyReturnTypeOnItsOwnLine was duplicated in the .clang-format file.
It was crashing the clangd server.

Since the value of PenaltyReturnTypeOnItsOwnLine was being wrongly
interpreted, this opportunistically changes the other Penalty* values.

2. Explain how to test it

3. Other comments

PenaltyReturnTypeOnItsOwnLine was duplicated in the .clang-format file.
It was crashing the clangd server.

Since the value of PenaltyReturnTypeOnItsOwnLine was being wrongly
interpreted, this opportunistically changes the other Penalty* values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant