diff --git a/.clang-format b/.clang-format index 131f32e7..3000f1a3 100644 --- a/.clang-format +++ b/.clang-format @@ -136,7 +136,7 @@ MacroBlockEnd: "" # 连续空行的最大数量 MaxEmptyLinesToKeep: 1 # 命名空间的缩进: None, Inner(缩进嵌套的命名空间中的内容), All -NamespaceIndentation: Inner +NamespaceIndentation: All # 使用ObjC块时缩进宽度 ObjCBlockIndentWidth: 4 # 在ObjC的@property后添加一个空格