From 991111332411883093b4a6fe1d47469317839136 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Wed, 13 Jul 2016 13:20:45 +0200 Subject: [PATCH] [clang-format] Update AllowShortFunctionsOnASingleLine to 'inline' --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 146daade21..d312e2205c 100644 --- a/.clang-format +++ b/.clang-format @@ -10,7 +10,7 @@ AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false -AllowShortFunctionsOnASingleLine: All +AllowShortFunctionsOnASingleLine: Inline AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakAfterDefinitionReturnType: None -- 2.20.1