diff --git a/_clang-format b/_clang-format index 230059149b..1a4179264e 100644 --- a/_clang-format +++ b/_clang-format @@ -13,7 +13,7 @@ AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: true -AlwaysBreakTemplateDeclarations: false +AlwaysBreakTemplateDeclarations: true BinPackArguments: true BinPackParameters: true BreakBeforeBinaryOperators: NonAssignment