Skip to content

Commit 697fa6a

Browse files
committed
suppress get one-line case statements in a switch statement
1 parent e93fc06 commit 697fa6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AlignEscapedNewlines: Right
77
AlignOperands: 'true'
88
AlignTrailingComments: 'true'
99
AllowShortBlocksOnASingleLine: 'true'
10-
AllowShortCaseLabelsOnASingleLine: 'true'
10+
AllowShortCaseLabelsOnASingleLine: 'false'
1111
AllowShortFunctionsOnASingleLine: Inline
1212
AllowShortIfStatementsOnASingleLine: 'false'
1313
AllowShortLoopsOnASingleLine: 'false'

0 commit comments

Comments
 (0)