0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-10 02:58:48 +00:00
This commit is contained in:
Baoshuo Ren 2020-08-07 08:58:54 +08:00 committed by Baoshuo Ren
parent da736e12d9
commit 39f20723eb
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -61,9 +61,9 @@ BraceWrapping:
# ObjC定义后面
AfterObjCDeclaration: false
# struct定义后面
AfterStruct: true
AfterStruct: false
# union定义后面
AfterUnion: true
AfterUnion: false
AfterExternBlock: false
# catch之前