Skip to content

Commit bdae955

Browse files
committed
Removed unneccessary penalties ObjC settings in .clang-format
1 parent a0f4638 commit bdae955

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.clang-format

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,6 @@ MacroBlockBegin: ''
7373
MacroBlockEnd: ''
7474
MaxEmptyLinesToKeep: 1
7575
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
8776
PointerAlignment: Right
8877
ReflowComments: true
8978
SortIncludes: true
@@ -105,7 +94,3 @@ SpacesInSquareBrackets: false
10594
Standard: Cpp11
10695
TabWidth: 4
10796
UseTab: ForIndentation
108-
---
109-
Language: ObjC
110-
DisableFormat: true
111-
...

0 commit comments

Comments
 (0)