reported here https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911561
clang-format-7 -style="{BreakBeforeBraces: Stroustrup}" wasn't doing
the same as the doc
Differential D53520
Update the example of BS_Stroustrup to match what is done by clang-format sylvestre.ledru on Oct 22 2018, 12:22 PM. Authored by
Details reported here https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911561 clang-format-7 -style="{BreakBeforeBraces: Stroustrup}" wasn't doing
Diff Detail
Event Timeline
|
Looking into this, I think your update of the example below is correct, but the description should stay as-is:
The Always break before braces should still apply to the BS_Allman option below.
Am I missing something here?