Skip to content

Commit aa9d9c5

Browse files
Remove duplicate line in .clang-format (#1435)
This cases newer versions of clang-format to fail to format the file.
1 parent 37f99a3 commit aa9d9c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.clang-format

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ AlignEscapedNewlines: true
66
AlignOperands: true
77
AlignTrailingComments: true
88
AllowAllParametersOfDeclarationOnNextLine: true
9-
AllowShortFunctionsOnASingleLine: true
109
AllowShortCaseLabelsOnASingleLine: false
1110
AllowShortFunctionsOnASingleLine: Inline
1211
AllowShortIfStatementsOnASingleLine: false

0 commit comments

Comments
 (0)