mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-23 18:48:48 +00:00
chore: update format configs
This commit is contained in:
parent
b3f66bd654
commit
0c8f1b5071
@ -19,24 +19,16 @@ BinPackParameters: false
|
|||||||
BreakBeforeBinaryOperators: All
|
BreakBeforeBinaryOperators: All
|
||||||
PackConstructorInitializers: NextLine
|
PackConstructorInitializers: NextLine
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
- Regex: '^<ext/.*\.h>'
|
|
||||||
Priority: 2
|
|
||||||
SortPriority: 0
|
|
||||||
CaseSensitive: false
|
|
||||||
- Regex: '^<.*\.h>'
|
|
||||||
Priority: 1
|
|
||||||
SortPriority: 0
|
|
||||||
CaseSensitive: false
|
|
||||||
- Regex: '^<(iostream|cstdio)>'
|
- Regex: '^<(iostream|cstdio)>'
|
||||||
Priority: 2
|
Priority: 1
|
||||||
SortPriority: 1
|
SortPriority: 1
|
||||||
CaseSensitive: false
|
CaseSensitive: false
|
||||||
- Regex: '^<.*'
|
- Regex: '^<.*'
|
||||||
Priority: 2
|
Priority: 1
|
||||||
SortPriority: 0
|
SortPriority: 0
|
||||||
CaseSensitive: false
|
CaseSensitive: false
|
||||||
- Regex: '.*'
|
- Regex: '.*'
|
||||||
Priority: 3
|
Priority: 2
|
||||||
SortPriority: 0
|
SortPriority: 0
|
||||||
CaseSensitive: false
|
CaseSensitive: false
|
||||||
# InsertBraces: true ## clang-format 15
|
# InsertBraces: true ## clang-format 15
|
||||||
|
Loading…
Reference in New Issue
Block a user