You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, with this solution, I have to copy all the parameters from the Mozilla style instead of using BasedOnStyle: Mozilla.
Shouldn't there be an option to disable those parameters connected with breaks?
The text was updated successfully, but these errors were encountered:
Hi,
I want to achieve this formatting effect:
I want to use Mozilla style, so I generated
.clang-format
with Mozilla style parameters:clang-format -style=mozilla -dump-config > .clang-format
After formatting using this
.clang-format
file, I got the following:Trying to achieve my formatting goal, I found those values in the
.clang-format
file:I want to disable line breaks, but there's no
false
value for those parameters:I was only able to get the effect I wanted by commenting on the relevant parameters:
However, with this solution, I have to copy all the parameters from the Mozilla style instead of using
BasedOnStyle: Mozilla
.Shouldn't there be an option to disable those parameters connected with breaks?
The text was updated successfully, but these errors were encountered: