diff --git a/_clang-format b/_clang-format index e052fa289f..2ee2e10709 100644 --- a/_clang-format +++ b/_clang-format @@ -6,7 +6,6 @@ AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: true AlignOperands: true AlignTrailingComments: true -AllowAllConstructorInitializersOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: Never AllowShortCaseLabelsOnASingleLine: true @@ -25,7 +24,6 @@ BreakBeforeTernaryOperators: true BreakConstructorInitializers: AfterColon BreakStringLiterals: true ColumnLimit: 120 -ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 8 ContinuationIndentWidth: 8 Cpp11BracedListStyle: false @@ -39,6 +37,7 @@ KeepEmptyLinesAtTheStartOfBlocks: false Language: Cpp MaxEmptyLinesToKeep: 2 NamespaceIndentation: Inner +PackConstructorInitializers: Never PointerAlignment: Left ReflowComments: false SortIncludes: false