0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-23 16:28:47 +00:00
This commit is contained in:
Baoshuo Ren 2022-08-23 19:57:30 +08:00
parent 0c8f1b5071
commit e49b75789d
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -20,15 +20,15 @@ BreakBeforeBinaryOperators: All
PackConstructorInitializers: NextLine
IncludeCategories:
- Regex: '^<(iostream|cstdio)>'
Priority: 1
Priority: 2
SortPriority: 1
CaseSensitive: false
- Regex: '^<.*'
Priority: 1
SortPriority: 0
CaseSensitive: false
- Regex: '.*'
Priority: 2
SortPriority: 0
CaseSensitive: false
- Regex: '.*'
Priority: 3
SortPriority: 0
CaseSensitive: false
# InsertBraces: true ## clang-format 15