mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-23 23:28:48 +00:00
[Upd] C++ code format
This commit is contained in:
parent
0ca41bd4e4
commit
e59b8d5f54
@ -67,9 +67,9 @@ BraceWrapping:
|
||||
|
||||
AfterExternBlock: false
|
||||
# catch之前
|
||||
BeforeCatch: true
|
||||
BeforeCatch: false
|
||||
# else之前
|
||||
BeforeElse: true
|
||||
BeforeElse: false
|
||||
# 缩进大括号
|
||||
IndentBraces: false
|
||||
SplitEmptyFunction: true
|
||||
|
Loading…
Reference in New Issue
Block a user