We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff265a commit faeb748Copy full SHA for faeb748
src/.clang-format
@@ -34,14 +34,6 @@ IndentWidth: 4
34
KeepEmptyLinesAtTheStartOfBlocks: false
35
MaxEmptyLinesToKeep: 2
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
PointerAlignment: Left
46
SpaceBeforeAssignmentOperators: true
47
SpaceBeforeParens: ControlStatements
@@ -51,6 +43,5 @@ SpacesInAngles: false
51
SpacesInContainerLiterals: true
52
SpacesInCStyleCastParentheses: false
53
SpacesInParentheses: false
54
-Standard: Cpp11
55
-TabWidth: 8
+Standard: c++17
56
UseTab: Never
0 commit comments