From 52e300d9e253a591212c8934b1ba66882ffb1e70 Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 5 Nov 2024 17:15:39 +0100 Subject: [PATCH] .clang-format --- .clang-format | 1 + 1 file changed, 1 insertion(+) 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