@@ -12,7 +12,8 @@ AlignConsecutiveDeclarations: false
1212AlignConsecutiveMacros : false
1313AlignEscapedNewlines : DontAlign
1414AlignOperands : Align
15- AlignTrailingComments : false
15+ AlignTrailingComments :
16+ Kind : Leave
1617AllowAllArgumentsOnNextLine : true
1718AllowAllParametersOfDeclarationOnNextLine : true
1819AllowShortBlocksOnASingleLine : Never
@@ -55,6 +56,7 @@ BreakBeforeTernaryOperators: false
5556BreakConstructorInitializers : AfterColon
5657BreakInheritanceList : BeforeComma
5758BreakStringLiterals : false
59+ # clang-format 19 BreakTemplateDeclarations: Yes
5860ColumnLimit : 0
5961CompactNamespaces : false
6062ConstructorInitializerAllOnOneLineOrOnePerLine : false
@@ -84,7 +86,7 @@ IndentGotoLabels: false
8486IndentPPDirectives : BeforeHash
8587IndentWidth : 4
8688IndentWrappedFunctionNames : false
87- # clang-format-16 InsertNewlineAtEOF: true
89+ InsertNewlineAtEOF : true
8890InsertTrailingCommas : Wrapped
8991KeepEmptyLinesAtTheStartOfBlocks : false
9092MacroBlockBegin : ' '
@@ -100,7 +102,7 @@ PenaltyBreakTemplateDeclaration: 10
100102PenaltyExcessCharacter : 1000000
101103PenaltyReturnTypeOnItsOwnLine : 200
102104PointerAlignment : Right
103- ReflowComments : false
105+ ReflowComments : Always
104106SortIncludes : CaseInsensitive
105107SortUsingDeclarations : true
106108SpaceAfterCStyleCast : false
0 commit comments