From c28ae25512eb2ab1e54006e8c597ba55d0b5b776 Mon Sep 17 00:00:00 2001 From: psi29a Date: Fri, 23 Oct 2020 09:22:26 +0000 Subject: [PATCH] Go Allman all the way. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index ec2bd1bc4b..b53148694d 100644 --- a/.clang-format +++ b/.clang-format @@ -36,7 +36,7 @@ BraceWrapping: #SplitEmptyRecord: true #SplitEmptyNamespace: true BreakBeforeBinaryOperators: All -BreakBeforeBraces: WebKit +BreakBeforeBraces: Allman BreakBeforeInheritanceComma: false BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false