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