From 529ec50337d008b62e2c3eb601602ce219fc39c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Thu, 30 Nov 2023 15:28:43 +0100 Subject: [PATCH] =?UTF-8?q?clang-format=20configuration:=20set=20=E2=80=9C?= =?UTF-8?q?PackConstructorInitializers:=20NextLine=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 4168b8b8..cd9c21f5 100644 --- a/.clang-format +++ b/.clang-format @@ -11,6 +11,7 @@ BreakInheritanceList: AfterColon Cpp11BracedListStyle: true DeriveLineEnding: false IndentPPDirectives: AfterHash +PackConstructorInitializers: NextLine PPIndentWidth: 1 PointerAlignment: Left SpaceAfterTemplateKeyword: false