Update .clang-format to prefer & and * to be close to the type

PiperOrigin-RevId: 332412318
Change-Id: I4cd6d295ef68292c9412722829729142578c4c9f
This commit is contained in:
Christian Blichmann 2020-09-18 02:22:19 -07:00 committed by Copybara-Service
parent c663427cf9
commit 45c208b19a

View File

@ -1,4 +1,6 @@
---
Language: Cpp
BasedOnStyle: Google
Language: Cpp
BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Left
...