From 1e0eb69ec14a587e128daf613f8b16376d2e786a Mon Sep 17 00:00:00 2001 From: Ren Baoshuo Date: Mon, 23 Aug 2021 09:32:04 +0800 Subject: [PATCH] Update C++ Format Config --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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后添加一个空格