[skip ci] [.clang] set pointer style to left

- since we added the .clang-format file we used Left for the pointer asterisk. It is annoying to get now all the time automatic diffs because the -clang file uses Right.
This commit is contained in:
Uwe
2022-11-11 05:12:47 +01:00
parent 4bade5d96b
commit 49c9d6ada8

View File

@@ -44,7 +44,7 @@ MaxEmptyLinesToKeep: 2
NamespaceIndentation: None
ObjCSpaceAfterProperty: false
ObjCSpaceBeforeProtocolList: true
PointerAlignment: Right
PointerAlignment: Left
ReflowComments: false
SpaceAfterCStyleCast: false
SpaceAfterLogicalNot: false