0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-23 19:28:48 +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
BinPackArguments: false
BinPackParameters: false
BreakBeforeBinaryOperators: All
PackConstructorInitializers: NextLine
IncludeCategories:
- Regex: '^<ext/.*\.h>'