clang-format configuration: set “PackConstructorInitializers: NextLine”

master
Sébastien Villemot 2023-11-30 15:28:43 +01:00
parent 6ed53ae0fc
commit 529ec50337
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ BreakInheritanceList: AfterColon
Cpp11BracedListStyle: true
DeriveLineEnding: false
IndentPPDirectives: AfterHash
PackConstructorInitializers: NextLine
PPIndentWidth: 1
PointerAlignment: Left
SpaceAfterTemplateKeyword: false