From 84566eb7efa6e1b0869de2f896dcd19e546dc79f Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 14 Oct 2020 11:31:59 +0200 Subject: [PATCH] .clang-format updated - AllowShortFunctionsOnASingleLine set to None --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 391646b9f..c84d276d7 100644 --- a/.clang-format +++ b/.clang-format @@ -4,7 +4,7 @@ BasedOnStyle: Google AccessModifierOffset: -4 AlignAfterOpenBracket: AlwaysBreak AlignConsecutiveAssignments: true -AllowShortFunctionsOnASingleLine: Empty +AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: Never AllowShortLambdasOnASingleLine: Empty AllowShortLoopsOnASingleLine: false -- GitLab