From 1d40115afdc18cb154e087397f007574d54f80de Mon Sep 17 00:00:00 2001 From: zhoufeng Date: Tue, 21 Apr 2020 19:48:06 +0800 Subject: [PATCH] fix clang-format, pointer and referance should be always right-align --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index c931e8f06..3b2678400 100644 --- a/.clang-format +++ b/.clang-format @@ -52,7 +52,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 2 Cpp11BracedListStyle: true -DerivePointerAlignment: true +DerivePointerAlignment: false DisableFormat: false ExperimentalAutoDetectBinPacking: false FixNamespaceComments: true -- GitLab