0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2025-01-11 22:52:00 +00:00

chore: update clang-format config

This commit is contained in:
Baoshuo Ren 2022-06-09 09:20:31 +08:00
parent 8378f90ef2
commit 1051c67cd8
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

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