Skip to content

Commit 69f80d3

Browse files
committed
Consolidate clang-format config usage
Switch `AlwaysBreakTemplateDeclarations` to `Yes` in the root `.clang-format`
1 parent bcfffa4 commit 69f80d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ IncludeBlocks: Preserve
2626
Cpp11BracedListStyle: true
2727

2828
AlwaysBreakAfterReturnType: None
29-
AlwaysBreakTemplateDeclarations: MultiLine
29+
AlwaysBreakTemplateDeclarations: Yes

0 commit comments

Comments
 (0)