Update .clang-format

correct the problem that 'private' and 'public' indentation problem.
This commit is contained in:
LIN
2021-06-05 16:43:50 +08:00
committed by GitHub
parent 377fa3d62f
commit a5c36e37a2

View File

@ -2,7 +2,7 @@
Language: Cpp Language: Cpp
# BasedOnStyle: LLVM # BasedOnStyle: LLVM
SortIncludes: false SortIncludes: false
AccessModifierOffset: 0 AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign AlignAfterOpenBracket: DontAlign
AlignConsecutiveAssignments: false AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false AlignConsecutiveDeclarations: false