.clang-format: add DerivePointerAlignment: false

This will become the default in later versions of clang-format with
--style=Google. This will normalize the pointer alignment in the
fuzzers.

Change-Id: I118aac9758ab2a1af82a907ee61f4a7af88209b1
This commit is contained in:
James Zern
2025-10-08 18:57:03 -07:00
parent 64dce5d826
commit 7a155ce913

View File

@@ -1,3 +1,4 @@
---
Language: Cpp
BasedOnStyle: Google
DerivePointerAlignment: false