From 94654e41f419d1c706ef4d045cd1af78984b092c Mon Sep 17 00:00:00 2001 From: fallenoak Date: Tue, 8 Sep 2020 21:18:46 -0500 Subject: [PATCH] chore(format): enable ObjC formatting --- .clang-format | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 8a16ee4..6cc53f6 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,4 @@ --- -Language: Cpp AccessModifierOffset: 0 AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false @@ -37,6 +36,9 @@ IncludeCategories: IndentGotoLabels: false IndentWidth: 4 MaxEmptyLinesToKeep: 1 +ObjCBlockIndentWidth: 4 +ObjCSpaceAfterProperty: false +ObjCSpaceBeforeProtocolList: false PointerAlignment: Left SortIncludes: true SpaceBeforeCtorInitializerColon: true