0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-23 21:08:47 +00:00

chore: update clang-format config

This commit is contained in:
Baoshuo Ren 2022-06-19 21:09:25 +08:00
parent 3fa4158c4d
commit e86a425687
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -16,6 +16,7 @@ SeparateDefinitionBlocks: Always
PointerAlignment: Right PointerAlignment: Right
BinPackArguments: false BinPackArguments: false
BinPackParameters: false BinPackParameters: false
BreakBeforeBinaryOperators: All
PackConstructorInitializers: NextLine PackConstructorInitializers: NextLine
IncludeCategories: IncludeCategories:
- Regex: '^<ext/.*\.h>' - Regex: '^<ext/.*\.h>'