[clang] [clang-format] Google Style: disable DerivePointerAlignment. (PR #149602)
James Y Knight via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 21 08:02:09 PDT 2025
================
@@ -1753,7 +1753,7 @@ FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) {
GoogleStyle.AttributeMacros.push_back("absl_nullable");
GoogleStyle.AttributeMacros.push_back("absl_nullability_unknown");
GoogleStyle.BreakTemplateDeclarations = FormatStyle::BTDS_Yes;
- GoogleStyle.DerivePointerAlignment = true;
+ GoogleStyle.DerivePointerAlignment = false;
----------------
jyknight wrote:
Done
https://github.com/llvm/llvm-project/pull/149602
More information about the cfe-commits
mailing list