Skip to content

Commit faeb748

Browse files
author
MarcoFalke
committed
Use c++17 in clang-format
1 parent 1ff265a commit faeb748

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Diff for: src/.clang-format

+1-10
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ IndentWidth: 4
3434
KeepEmptyLinesAtTheStartOfBlocks: false
3535
MaxEmptyLinesToKeep: 2
3636
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
4537
PointerAlignment: Left
4638
SpaceBeforeAssignmentOperators: true
4739
SpaceBeforeParens: ControlStatements
@@ -51,6 +43,5 @@ SpacesInAngles: false
5143
SpacesInContainerLiterals: true
5244
SpacesInCStyleCastParentheses: false
5345
SpacesInParentheses: false
54-
Standard: Cpp11
55-
TabWidth: 8
46+
Standard: c++17
5647
UseTab: Never

0 commit comments

Comments
 (0)