From d77c91b1aa1531703208d100f12c211c36b4c45c Mon Sep 17 00:00:00 2001 From: Lev Nachmanson Date: Tue, 19 Sep 2023 15:46:59 -0700 Subject: [PATCH] trying to get else on a new line with clang-formatter --- src/math/lp/.clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/math/lp/.clang-format b/src/math/lp/.clang-format index f5c8a41b2..d7f8d6171 100644 --- a/src/math/lp/.clang-format +++ b/src/math/lp/.clang-format @@ -1,4 +1,5 @@ BasedOnStyle: Google IndentWidth: 4 ColumnLimit: 0 -NamespaceIndentation: All \ No newline at end of file +NamespaceIndentation: All +BreakBeforeBraces: Stroustrup \ No newline at end of file