Skip to content

Commit 51e15a2

Browse files
committed
Explicitly set clang-format PointerAlignment
It seems a recent clang-format change causes pointers to sometimes be left aligned while all our code uses right aligned pointers. This enforces right alignment at all times.
1 parent 7e84681 commit 51e15a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
BasedOnStyle: Google
22
IndentWidth: 4
3+
PointerAlignment: Right

0 commit comments

Comments
 (0)