diff --git a/.clang-format b/.clang-format index 2e278a62..2abe5276 100644 --- a/.clang-format +++ b/.clang-format @@ -16,7 +16,7 @@ AllowShortLoopsOnASingleLine: 'false' AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: 'false' -AlwaysBreakTemplateDeclarations: 'Yes' +AlwaysBreakTemplateDeclarations: 'true' BinPackArguments: 'false' BinPackParameters: 'true' BreakBeforeBinaryOperators: None