We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Noticed that with the current .clang-format the starting brace of the function is not in the new-line.
But if we use '-style=Mozilla' that specific thing is handled properly (not many other things. Not able to corner what is the exact option.
@nigelbabu @jdarcy @aravindavk @xhernandez
The text was updated successfully, but these errors were encountered:
In the last PR I sent, I changed BreakBeforeBraces from Attach to Linux. It caused all braces to be put into a new line after a function.
I see them correctly formatted in latest update of formatted-dht-common.c.
Sorry, something went wrong.
I think this can be closed. Current formatting seems to work as expected.
No branches or pull requests
Noticed that with the current .clang-format the starting brace of the function is not in the new-line.
But if we use '-style=Mozilla' that specific thing is handled properly (not many other things. Not able to corner what is the exact option.
@nigelbabu @jdarcy @aravindavk @xhernandez
The text was updated successfully, but these errors were encountered: