From 32194556b862c0cddc40bd2d6173cc83f7de01e7 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Thu, 3 Nov 2016 02:08:35 -0400 Subject: [PATCH] [clang-format] Set AllowShortFunctionsOnASingleLine Inline --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 3eb37c4b50ebe..7496e435b1281 100644 --- a/.clang-format +++ b/.clang-format @@ -11,7 +11,7 @@ AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None +AllowShortFunctionsOnASingleLine: Inline AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakAfterDefinitionReturnType: None