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