From 6eaa03c04ba9318ee647c6bd721aac249dbeec39 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 20 Apr 2021 13:47:37 -0700 Subject: [PATCH] Update .clang-format code style --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index b1257f7..783c642 100644 --- a/.clang-format +++ b/.clang-format @@ -14,7 +14,7 @@ AllowAllArgumentsOnNextLine: 'false' AllowAllConstructorInitializersOnNextLine: 'false' AllowAllParametersOfDeclarationOnNextLine: 'false' AllowShortBlocksOnASingleLine: 'true' -AllowShortCaseLabelsOnASingleLine: 'true' +AllowShortCaseLabelsOnASingleLine: 'false' AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: Never AlwaysBreakAfterReturnType: None