From ebe42a6c7dcee0b971fd9d54fc19e40f8d1fb222 Mon Sep 17 00:00:00 2001 From: Evil Eye Date: Mon, 11 Oct 2021 20:10:39 +0000 Subject: [PATCH] Apply elsid's switch suggestions --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 1723415127..695c3b53e0 100644 --- a/.clang-format +++ b/.clang-format @@ -9,7 +9,7 @@ AlignOperands: false AlignTrailingComments: false AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false -AllowShortCaseLabelsOnASingleLine: false +AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false @@ -64,7 +64,7 @@ IncludeCategories: - Regex: '.*' Priority: 1 IncludeIsMainRegex: '(Test)?$' -IndentCaseLabels: false +IndentCaseLabels: true IndentPPDirectives: None IndentWidth: 4 IndentWrappedFunctionNames: false