summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2023-01-13 00:20:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-01-13 00:20:21 +0000
commit629bc4de5bed1b3e68ebf46d1375e98912949cf1 (patch)
tree4f35af7cdb20711a5cc27ea1865e56ba859deaf9
parentdf1bcf8478391b9c8e20ed8d9b1239666b355818 (diff)
parent5dd3ee783140a2183e156168e215faf37e1c13a0 (diff)
downloadnative-629bc4de5bed1b3e68ebf46d1375e98912949cf1.tar.gz
Merge "clang-format: PointerAlignment LEFT"
-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