diff --git a/.clang-format b/.clang-format index 0fa41a7..3d3ac25 100644 --- a/.clang-format +++ b/.clang-format @@ -40,3 +40,4 @@ AllowShortBlocksOnASingleLine: Always IndentPPDirectives: BeforeHash IndentExternBlock: Indent Cpp11BracedListStyle: false +BreakTemplateDeclarations: Leave