Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit c21687b

Browse files
fnc12trueqbit
authored andcommitted
Revert "removed PointerAlignment and changer DerivePointerAlignment to true"
This reverts commit c5e84c9.
1 parent 9532b82 commit c21687b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.clang-format

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: false
5454
ConstructorInitializerIndentWidth: 4
5555
ContinuationIndentWidth: 4
5656
Cpp11BracedListStyle: true
57-
DerivePointerAlignment: true
57+
DerivePointerAlignment: false
5858
DisableFormat: false
5959
ExperimentalAutoDetectBinPacking: false
6060
FixNamespaceComments: false
@@ -94,6 +94,7 @@ PenaltyBreakString: 1000
9494
PenaltyBreakTemplateDeclaration: 10
9595
PenaltyExcessCharacter: 1000000
9696
PenaltyReturnTypeOnItsOwnLine: 60
97+
PointerAlignment: Left
9798
ReflowComments: false
9899
SortIncludes: false
99100
SortUsingDeclarations: true

0 commit comments

Comments
 (0)