From c9c0e5b80ee50b04d028a03b101d47cdf4fdd53d Mon Sep 17 00:00:00 2001 From: Aleksey Belousov Date: Mon, 27 Apr 2020 13:34:39 +0300 Subject: [PATCH] Fix pointer alignment in objc clang-format config --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 1060258d585..a2c6c11af38 100644 --- a/.clang-format +++ b/.clang-format @@ -409,7 +409,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 2 Cpp11BracedListStyle: true -DerivePointerAlignment: true +DerivePointerAlignment: false DisableFormat: false ExperimentalAutoDetectBinPacking: false FixNamespaceComments: true