Set PointerAlignment to Left (#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.
This commit is contained in:
Ocraftyone
2023-12-01 10:32:48 -05:00
committed by GitHub
parent 3923b9c846
commit 6ba1e6d6ae

View File

@@ -95,7 +95,7 @@ PenaltyBreakString: 600
PenaltyBreakTemplateDeclaration: 10
PenaltyExcessCharacter: 50
PenaltyReturnTypeOnItsOwnLine: 300
PointerAlignment: Right
PointerAlignment: Left
ReflowComments: true
SortIncludes: false
SortUsingDeclarations: false