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
|
AfterExternBlock: false
|
||||||
# catch之前
|
# catch之前
|
||||||
BeforeCatch: true
|
BeforeCatch: false
|
||||||
# else之前
|
# else之前
|
||||||
BeforeElse: true
|
BeforeElse: false
|
||||||
# 缩进大括号
|
# 缩进大括号
|
||||||
IndentBraces: false
|
IndentBraces: false
|
||||||
SplitEmptyFunction: true
|
SplitEmptyFunction: true
|
||||||
|
Loading…
Reference in New Issue
Block a user