clang format: put the pointer/reference symbol (*/&) on the right

This commit is contained in:
Gregory Hainaut 2016-08-28 18:12:18 +02:00
parent 6ee841319f
commit a678ae2529
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ PenaltyBreakFirstLessLess: 120
PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Left
PointerAlignment: Right
ReflowComments: true
SortIncludes: false
SpaceAfterCStyleCast: false