-
Notifications
You must be signed in to change notification settings - Fork 29
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
BraceWrapping
doesn't seem to be working
#17
Comments
Got the same issue (LLVM base style) with |
I can also confirm that this |
Yep, I'm trying on safari and it's not working for me either. |
True. None of the checkboxes are actually written into the file either. |
For
clang-format 6.0.1
, I'm settingBasedOnStyle
toWebKit
andBreakBeforeBraces
toCustom
. When I change individually items inBraceWrapping
they don't affect the code, and if I download theclang-format
file,BraceWrapping
is not there!The text was updated successfully, but these errors were encountered: