From 11e3d5eb1d4a4b399b180083ec52484d53ebf724 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Mon, 14 Oct 2019 13:24:54 +0300 Subject: util: Add AllowShortCaseLabelsOnASingleLine option --- src/.clang-format | 1 + 1 file changed, 1 insertion(+) (limited to 'src/.clang-format') diff --git a/src/.clang-format b/src/.clang-format index 38e19edf2c..aae039dd77 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -5,6 +5,7 @@ AlignEscapedNewlinesLeft: true AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: false +AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: false -- cgit v1.2.3