We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f4638 commit bdae955Copy full SHA for bdae955
1 file changed
.clang-format
@@ -73,17 +73,6 @@ MacroBlockBegin: ''
73
MacroBlockEnd: ''
74
MaxEmptyLinesToKeep: 1
75
NamespaceIndentation: None
76
-ObjCBinPackProtocolList: Auto
77
-ObjCBlockIndentWidth: 2
78
-ObjCSpaceAfterProperty: false
79
-ObjCSpaceBeforeProtocolList: true
80
-PenaltyBreakAssignment: 2
81
-PenaltyBreakBeforeFirstCallParameter: 19
82
-PenaltyBreakComment: 300
83
-PenaltyBreakFirstLessLess: 120
84
-PenaltyBreakString: 1000
85
-PenaltyExcessCharacter: 1000000
86
-PenaltyReturnTypeOnItsOwnLine: 60
87
PointerAlignment: Right
88
ReflowComments: true
89
SortIncludes: true
@@ -105,7 +94,3 @@ SpacesInSquareBrackets: false
105
94
Standard: Cpp11
106
95
TabWidth: 4
107
96
UseTab: ForIndentation
108
----
109
-Language: ObjC
110
-DisableFormat: true
111
-...
0 commit comments