From afdf5fa51c70aaa140cd8ec657e06923f4691cca Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 21 May 2018 12:01:31 -0400 Subject: [PATCH] update clang format --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 88c9a6952..f39ade302 100644 --- a/.clang-format +++ b/.clang-format @@ -11,8 +11,8 @@ AllowShortCaseLabelsOnASingleLine: 'false' AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: 'false' AllowShortLoopsOnASingleLine: 'false' -AlwaysBreakAfterDefinitionReturnType: None -AlwaysBreakAfterReturnType: None +AlwaysBreakAfterDefinitionReturnType: All +AlwaysBreakAfterReturnType: All AlwaysBreakTemplateDeclarations: 'true' BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: Allman