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

Update priority of headers

This commit is contained in:
Baoshuo Ren 2022-10-16 08:04:09 +08:00
parent 3e1b4e4ced
commit dfdf7f5159
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -19,6 +19,10 @@ BinPackParameters: false
BreakBeforeBinaryOperators: All
PackConstructorInitializers: NextLine
IncludeCategories:
- Regex: 'testlib\.h'
Priority: 1
SortPriority: 0
CaseSensitive: false
- Regex: '^<(iostream|cstdio)>'
Priority: 2
SortPriority: 1