File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,6 @@ IndentWidth: 4
34
34
KeepEmptyLinesAtTheStartOfBlocks : false
35
35
MaxEmptyLinesToKeep : 2
36
36
NamespaceIndentation : None
37
- ObjCSpaceAfterProperty : false
38
- ObjCSpaceBeforeProtocolList : false
39
- PenaltyBreakBeforeFirstCallParameter : 1
40
- PenaltyBreakComment : 300
41
- PenaltyBreakFirstLessLess : 120
42
- PenaltyBreakString : 1000
43
- PenaltyExcessCharacter : 1000000
44
- PenaltyReturnTypeOnItsOwnLine : 200
45
37
PointerAlignment : Left
46
38
SpaceBeforeAssignmentOperators : true
47
39
SpaceBeforeParens : ControlStatements
@@ -51,6 +43,5 @@ SpacesInAngles: false
51
43
SpacesInContainerLiterals : true
52
44
SpacesInCStyleCastParentheses : false
53
45
SpacesInParentheses : false
54
- Standard : Cpp11
55
- TabWidth : 8
46
+ Standard : c++17
56
47
UseTab : Never
You can’t perform that action at this time.
0 commit comments