From 9819fbdf681761455d93a997a95102e990eaf068 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Fri, 5 Jul 2024 20:12:47 +0200 Subject: [PATCH] Fix .clang-format --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index bbbf98e7..b4e74a77 100644 --- a/.clang-format +++ b/.clang-format @@ -52,7 +52,6 @@ Cpp11BracedListStyle: true # Avoid too many empty lines MaxEmptyLinesToKeep: 1 -KeepEmptyLinesAtTheStartOfBlocks: false # Templates should always be on a separate line AlwaysBreakTemplateDeclarations: true