format:update clang format

This commit is contained in:
xiaoyifang 2022-02-13 13:29:43 +08:00
parent ec911cbfd7
commit 87fc6c40ad

View file

@ -14,7 +14,7 @@ ColumnLimit: '120'
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
ConstructorInitializerIndentWidth: '2'
ContinuationIndentWidth: '2'
MaxEmptyLinesToKeep: '2'
MaxEmptyLinesToKeep: '1'
PointerAlignment: Middle
SortIncludes: 'false'
SortUsingDeclarations: 'false'