From d7edc7ee544fbf7fe38d0149afb3563f21f450ff Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Thu, 15 Feb 2024 02:39:09 +0100 Subject: Sampler UI --- .clang-format | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 6df0ff7..b4483b5 100644 --- a/.clang-format +++ b/.clang-format @@ -45,9 +45,9 @@ AlignConsecutiveDeclarations: Consecutive AlignEscapedNewlines: Left AllowShortLambdasOnASingleLine: All AllowShortFunctionsOnASingleLine: Empty -AllowShortBlocksOnASingleLine: Always -AllowShortCaseLabelsOnASingleLine: true -AllowShortLoopsOnASingleLine: true +AllowShortBlocksOnASingleLine: Never +AllowShortCaseLabelsOnASingleLine: false +AllowShortLoopsOnASingleLine: false AllowAllArgumentsOnNextLine: true AllowAllConstructorInitializersOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true -- cgit v1.2.3