Skip to content

Commit

Permalink
Revert "removed PointerAlignment and changer DerivePointerAlignment t…
Browse files Browse the repository at this point in the history
…o true"

This reverts commit c5e84c9.
  • Loading branch information
fnc12 authored and trueqbit committed Jan 16, 2023
1 parent 9532b82 commit c21687b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DerivePointerAlignment: true
DerivePointerAlignment: false
DisableFormat: false
ExperimentalAutoDetectBinPacking: false
FixNamespaceComments: false
Expand Down Expand Up @@ -94,6 +94,7 @@ PenaltyBreakString: 1000
PenaltyBreakTemplateDeclaration: 10
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Left
ReflowComments: false
SortIncludes: false
SortUsingDeclarations: true
Expand Down

0 comments on commit c21687b

Please sign in to comment.