We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e7551 commit db066ebCopy full SHA for db066eb
.clang-format
@@ -29,6 +29,9 @@ AllowAllParametersOfDeclarationOnNextLine: false
29
AlignAfterOpenBracket: BlockIndent
30
# AlwaysBreakAfterDefinitionReturnType: All
31
32
+PackConstructorInitializers: Never
33
+ObjCBinPackProtocolList: Never
34
+
35
BraceWrapping:
36
AfterFunction: true
37
AfterClass: false
0 commit comments