From 7689efeb44657557b3cf9d3d9b29f005119d6664 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 22 Aug 2022 12:49:44 +0200 Subject: [PATCH] Meta: Allow single line short case labels in .clang-format --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 3afd345..c171fd6 100644 --- a/.clang-format +++ b/.clang-format @@ -14,6 +14,7 @@ AlignTrailingComments: true AllowAllArgumentsOnNextLine: false AllowAllConstructorInitializersOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: false +AllowShortCaseLabelsOnASingleLine: true AllowShortLambdasOnASingleLine: All AlwaysBreakTemplateDeclarations: Yes