Skip to content

Commit a5d2c22

Browse files
committed
removed c related stuff from .clang-format
1 parent 2677635 commit a5d2c22

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.clang-format

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ UseTab: Never
66

77
AlignAfterOpenBracket: AlwaysBreak
88
AlignOperands: true
9-
AllowAllParametersOfDeclarationOnNextLine: true
9+
AllowAllParametersOfDeclarationOnNextLine: false
1010
AllowShortBlocksOnASingleLine: false
1111
AllowShortFunctionsOnASingleLine: false
1212
AllowShortIfStatementsOnASingleLine: false
@@ -28,8 +28,6 @@ IndentCaseLabels: true
2828
IndentWidth: 4
2929
IndentWrappedFunctionNames: false
3030
KeepEmptyLinesAtTheStartOfBlocks: false
31-
MacroBlockBegin: ''
32-
MacroBlockEnd: ''
3331
MaxEmptyLinesToKeep: 1
3432
NamespaceIndentation: All
3533
PenaltyBreakBeforeFirstCallParameter: 10
@@ -38,14 +36,10 @@ PenaltyBreakFirstLessLess: 200
3836
PenaltyBreakString: 1000
3937
PenaltyExcessCharacter: 1000000
4038
PenaltyReturnTypeOnItsOwnLine: 1000000
41-
PointerAlignment: Left
42-
SortIncludes: true
43-
SpaceAfterCStyleCast: false
4439
SpaceBeforeAssignmentOperators: true
4540
SpaceBeforeParens: ControlStatements
4641
SpaceInEmptyParentheses: false
4742
SpacesBeforeTrailingComments: 2
4843
SpacesInAngles: false
49-
SpacesInCStyleCastParentheses: false
5044
SpacesInParentheses: false
5145
SpacesInSquareBrackets: false

0 commit comments

Comments
 (0)