mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-23 21:28:48 +00:00
fix: 0c8f1b5071
This commit is contained in:
parent
0c8f1b5071
commit
e49b75789d
@ -20,15 +20,15 @@ BreakBeforeBinaryOperators: All
|
|||||||
PackConstructorInitializers: NextLine
|
PackConstructorInitializers: NextLine
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
- Regex: '^<(iostream|cstdio)>'
|
- Regex: '^<(iostream|cstdio)>'
|
||||||
Priority: 1
|
Priority: 2
|
||||||
SortPriority: 1
|
SortPriority: 1
|
||||||
CaseSensitive: false
|
CaseSensitive: false
|
||||||
- Regex: '^<.*'
|
- Regex: '^<.*'
|
||||||
Priority: 1
|
|
||||||
SortPriority: 0
|
|
||||||
CaseSensitive: false
|
|
||||||
- Regex: '.*'
|
|
||||||
Priority: 2
|
Priority: 2
|
||||||
SortPriority: 0
|
SortPriority: 0
|
||||||
CaseSensitive: false
|
CaseSensitive: false
|
||||||
|
- Regex: '.*'
|
||||||
|
Priority: 3
|
||||||
|
SortPriority: 0
|
||||||
|
CaseSensitive: false
|
||||||
# InsertBraces: true ## clang-format 15
|
# InsertBraces: true ## clang-format 15
|
||||||
|
Loading…
Reference in New Issue
Block a user