0
1
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:
Baoshuo Ren 2021-01-02 23:30:10 +08:00 committed by Baoshuo Ren
parent 0ca41bd4e4
commit e59b8d5f54
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -67,9 +67,9 @@ BraceWrapping:
AfterExternBlock: false
# catch之前
BeforeCatch: true
BeforeCatch: false
# else之前
BeforeElse: true
BeforeElse: false
# 缩进大括号
IndentBraces: false
SplitEmptyFunction: true