We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43da070 commit 66a89bdCopy full SHA for 66a89bd
.clang-format
@@ -1,5 +1,4 @@
1
---
2
-Language: Cpp
3
AlignEscapedNewlines: Left
4
AlignTrailingComments:
5
Kind: Always
@@ -20,3 +19,16 @@ RemoveSemicolon: true
20
19
RequiresClausePosition: WithFollowing
21
RequiresExpressionIndentation: OuterScope
22
SpaceAfterTemplateKeyword: false
+
23
+---
24
+Language: ObjC
25
+BinPackParameters: false
26
+BraceWrapping:
27
+ AfterObjCDeclaration: true
28
+ObjCBinPackProtocolList: Never
29
+ObjCBlockIndentWidth: 4
30
+ObjCBreakBeforeNestedBlockParam: true
31
+ObjCSpaceAfterProperty: true
32
+ObjCSpaceBeforeProtocolList: true
33
34
+...
0 commit comments