Skip to content

Commit

Permalink
suppress get one-line case statements in a switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
odaki committed Sep 10, 2020
1 parent e93fc06 commit 697fa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AlignEscapedNewlines: Right
AlignOperands: 'true'
AlignTrailingComments: 'true'
AllowShortBlocksOnASingleLine: 'true'
AllowShortCaseLabelsOnASingleLine: 'true'
AllowShortCaseLabelsOnASingleLine: 'false'
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLoopsOnASingleLine: 'false'
Expand Down

0 comments on commit 697fa6a

Please sign in to comment.