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
3434KeepEmptyLinesAtTheStartOfBlocks : false
3535MaxEmptyLinesToKeep : 2
3636NamespaceIndentation : 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
4537PointerAlignment : Left
4638SpaceBeforeAssignmentOperators : true
4739SpaceBeforeParens : ControlStatements
@@ -51,6 +43,5 @@ SpacesInAngles: false
5143SpacesInContainerLiterals : true
5244SpacesInCStyleCastParentheses : false
5345SpacesInParentheses : false
54- Standard : Cpp11
55- TabWidth : 8
46+ Standard : c++17
5647UseTab : Never
You can’t perform that action at this time.
0 commit comments