diff --git a/.clang-format b/.clang-format index 45623c68c9..e6f06e600e 100644 --- a/.clang-format +++ b/.clang-format @@ -12,7 +12,7 @@ AllowShortIfStatementsOnASingleLine: Never AllowShortLambdasOnASingleLine: Empty AllowShortLoopsOnASingleLine: false AlwaysBreakAfterReturnType: None -AlwaysBreakTemplateDeclarations: MultiLine +AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false BreakBeforeBraces: Custom BraceWrapping: