Skip to content

Commit 11e3d5e

Browse files
committed
util: Add AllowShortCaseLabelsOnASingleLine option
1 parent e82f874 commit 11e3d5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ AlignEscapedNewlinesLeft: true
55
AlignTrailingComments: true
66
AllowAllParametersOfDeclarationOnNextLine: false
77
AllowShortBlocksOnASingleLine: false
8+
AllowShortCaseLabelsOnASingleLine: true
89
AllowShortFunctionsOnASingleLine: All
910
AllowShortIfStatementsOnASingleLine: true
1011
AllowShortLoopsOnASingleLine: false

0 commit comments

Comments
 (0)