summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2023-01-12 17:42:03 +0000
committerSteven Moreland <smoreland@google.com>2023-01-12 17:44:59 +0000
commit5dd3ee783140a2183e156168e215faf37e1c13a0 (patch)
treecd392ddaf12095bd33ce1c2005d0ec76d9b2ca19 /.clang-format
parentee436e4f099c36af2b9b274c87e82d7e24ea2da8 (diff)
downloadnative-5dd3ee783140a2183e156168e215faf37e1c13a0.tar.gz
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
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format3
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 6725a1fde8..f63f670adc 100644
--- a/.clang-format
+++ b/.clang-format
@@ -12,3 +12,6 @@ IndentWidth: 4
PenaltyBreakBeforeFirstCallParameter: 100000
SpacesBeforeTrailingComments: 1
IncludeBlocks: Preserve
+
+DerivePointerAlignment: false
+PointerAlignment: Left