clang-format: PointerAlignment LEFT
This is the format used in libbinder, but it appears not to be
configured here. However - this is really strange - because
I know it must have been? Maybe the Google format changed?
However, I find it really shocking that we might have always
typed this correctly in libbinder. Certainly something
else broke the format here!?
Bugs: me
Test: N/A
Change-Id: I3f54bf359378b2080f9cc6e375d69c7e050b7d2d
diff --git a/.clang-format b/.clang-format
index 6725a1f..f63f670 100644
--- a/.clang-format
+++ b/.clang-format
@@ -12,3 +12,6 @@
PenaltyBreakBeforeFirstCallParameter: 100000
SpacesBeforeTrailingComments: 1
IncludeBlocks: Preserve
+
+DerivePointerAlignment: false
+PointerAlignment: Left