Format constructor initializers in a better way (#775)

This commit is contained in:
Jack 2024-08-26 14:13:36 +01:00 committed by GitHub
parent 3e2d4035ad
commit f6915dc331
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,5 +35,5 @@ IndentExternBlock: Indent
PointerAlignment: Left PointerAlignment: Left
SortIncludes: false SortIncludes: false
NamespaceIndentation: All NamespaceIndentation: All
PackConstructorInitializers: NextLine PackConstructorInitializers: Never
BreakConstructorInitializersBeforeComma: true BreakConstructorInitializers: BeforeComma