From a5c36e37a24c2b1389cc47a98377b3bb13b3bda6 Mon Sep 17 00:00:00 2001 From: LIN Date: Sat, 5 Jun 2021 16:43:50 +0800 Subject: [PATCH] Update .clang-format correct the problem that 'private' and 'public' indentation problem. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 9f91d514e..7ce4de332 100644 --- a/.clang-format +++ b/.clang-format @@ -2,7 +2,7 @@ Language: Cpp # BasedOnStyle: LLVM SortIncludes: false -AccessModifierOffset: 0 +AccessModifierOffset: -4 AlignAfterOpenBracket: DontAlign AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false