Skip to content

Commit 6ba1e6d

Browse files
authoredDec 1, 2023
Set PointerAlignment to Left (SoftFever#2948)
A lot of the codebase that I have seen typically uses a left justified pointer character. This would update the formatter to also follow that.
1 parent 3923b9c commit 6ba1e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ PenaltyBreakString: 600
9595
PenaltyBreakTemplateDeclaration: 10
9696
PenaltyExcessCharacter: 50
9797
PenaltyReturnTypeOnItsOwnLine: 300
98-
PointerAlignment: Right
98+
PointerAlignment: Left
9999
ReflowComments: true
100100
SortIncludes: false
101101
SortUsingDeclarations: false

0 commit comments

Comments
 (0)
Please sign in to comment.