Previously, clang-format would avoid breaking before the first {
found, but then happily break before subsequent '{'s on the line. This
change fixes that by looking for the first location that has no opening
curly, if any.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang