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