================
@@ -8411,30 +8411,78 @@ TEST_F(FormatTest,
BreakConstructorInitializersAfterColon) {
// `ConstructorInitializerIndentWidth` actually applies to InheritanceList as
// well
- Style.BreakInheritanceList = FormatStyle::BILS_BeforeColon;
+ FormatStyle Tabbed = getLLVMStyle();
----------------
zeule wrote:
Moved to the end of the BreakConstructorInitializersAfterColon test.
https://github.com/llvm/llvm-project/pull/189218
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits