From 428c2baced28c83df1729ac08af7029f12c9f061 Mon Sep 17 00:00:00 2001 From: Daniel Belcher Date: Thu, 2 May 2019 11:20:00 -0700 Subject: [PATCH] - AllowAllParametersOfDeclarationOnNextLine: false --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index daf39af6..083543c8 100644 --- a/.clang-format +++ b/.clang-format @@ -5,7 +5,7 @@ AlignConsecutiveDeclarations: false AlignEscapedNewlines: Right AlignOperands: true AlignTrailingComments: true -AllowAllParametersOfDeclarationOnNextLine: true +AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: None