From a364b6195babb8617c2e7098fd13f11a39d10b99 Mon Sep 17 00:00:00 2001 From: Ming Rui Zhang Date: Thu, 10 Sep 2020 14:36:30 -0400 Subject: [PATCH] clang-format: change AllowShortFunctionsOnASingleLine option to Empty Change-Id: I12759a9d830c8a8b1099567a3350e68293c5d223 --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 04b71214..fb7d1b89 100644 --- a/.clang-format +++ b/.clang-format @@ -17,7 +17,7 @@ AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false -AllowShortFunctionsOnASingleLine: Inline +AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: false AllowShortLambdasOnASingleLine: Inline AllowShortLoopsOnASingleLine: false