Home | History | Annotate | Download | only in Format

Lines Matching refs:BreakBeforeBraces

1952     return Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1953 Style.BreakBeforeBraces == FormatStyle::BS_GNU;