0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-23 20:08:47 +00:00

Update C++ Format Config

This commit is contained in:
Baoshuo Ren 2021-08-23 09:32:04 +08:00 committed by Baoshuo Ren
parent aa200e97ca
commit 1e0eb69ec1
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -136,7 +136,7 @@ MacroBlockEnd: ""
# 连续空行的最大数量
MaxEmptyLinesToKeep: 1
# 命名空间的缩进: None, Inner(缩进嵌套的命名空间中的内容), All
NamespaceIndentation: Inner
NamespaceIndentation: All
# 使用ObjC块时缩进宽度
ObjCBlockIndentWidth: 4
# 在ObjC的@property后添加一个空格