mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-23 19:08:47 +00:00
fix: 0c8f1b5071
This commit is contained in:
parent
0c8f1b5071
commit
e49b75789d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user