Update .clang-format
correct the problem that 'private' and 'public' indentation problem.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
Language: Cpp
|
||||
# BasedOnStyle: LLVM
|
||||
SortIncludes: false
|
||||
AccessModifierOffset: 0
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: DontAlign
|
||||
AlignConsecutiveAssignments: false
|
||||
AlignConsecutiveDeclarations: false
|
||||
|
||||
Reference in New Issue
Block a user