File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
clang/include/clang/Format Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4822,7 +4822,6 @@ struct FormatStyle {
48224822 AlwaysBreakAfterReturnType == R.AlwaysBreakAfterReturnType &&
48234823 AlwaysBreakBeforeMultilineStrings ==
48244824 R.AlwaysBreakBeforeMultilineStrings &&
4825- BreakTemplateDeclarations == R.BreakTemplateDeclarations &&
48264825 AttributeMacros == R.AttributeMacros &&
48274826 BinPackArguments == R.BinPackArguments &&
48284827 BinPackParameters == R.BinPackParameters &&
@@ -4840,6 +4839,7 @@ struct FormatStyle {
48404839 BreakConstructorInitializers == R.BreakConstructorInitializers &&
48414840 BreakInheritanceList == R.BreakInheritanceList &&
48424841 BreakStringLiterals == R.BreakStringLiterals &&
4842+ BreakTemplateDeclarations == R.BreakTemplateDeclarations &&
48434843 ColumnLimit == R.ColumnLimit && CommentPragmas == R.CommentPragmas &&
48444844 CompactNamespaces == R.CompactNamespaces &&
48454845 ConstructorInitializerIndentWidth ==
You can’t perform that action at this time.
0 commit comments