From b4789b67eb1534e3ae0e88f4661b634df7c68a21 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 5 Jul 2019 10:15:55 +0200 Subject: clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index f0cb0e44..eacca7f8 100644 --- a/.clang-format +++ b/.clang-format @@ -3,7 +3,7 @@ AccessModifierOffset: 0 AlignEscapedNewlines: Right AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: false -AllowShortFunctionsOnASingleLine: All +AllowShortFunctionsOnASingleLine: InlineOnly AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false AlwaysBreakBeforeMultilineStrings: false -- cgit v1.2.3