diff --git a/.clang-format b/.clang-format index d3404b18..4581e893 100644 --- a/.clang-format +++ b/.clang-format @@ -4,6 +4,7 @@ AlignOperands: 'true' AllowShortBlocksOnASingleLine: 'false' AllowShortIfStatementsOnASingleLine: 'true' AllowShortLoopsOnASingleLine: 'true' +AlwaysBreakTemplateDeclarations: 'true' BinPackParameters: 'true' BreakBeforeBraces: Attach ColumnLimit: '120'