From 99ab981b24064cbbe61e0a444c231dc950c09c09 Mon Sep 17 00:00:00 2001 From: nychiang Date: Wed, 11 Dec 2024 11:52:20 -0800 Subject: [PATCH] Adding BLT --- .clang-format | 3 +++ .gitmodules | 3 +++ blt | 1 + 3 files changed, 7 insertions(+) create mode 160000 blt diff --git a/.clang-format b/.clang-format index 2b06a23eb..52c21be93 100644 --- a/.clang-format +++ b/.clang-format @@ -70,3 +70,6 @@ SortIncludes: Never # Do not sort `#include` state #AllowShortFunctionsOnASingleLine: Empty # Allow short functions to be on a single line, if empty #AllowShortIfStatementsOnASingleLine: Never # Never allow if statements to be on a single line +# Insert braces after control statements +InsertBraces true # Insert braces after control statements (if, else, for, do, and while) + diff --git a/.gitmodules b/.gitmodules index 0e53be2e9..8891127a7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "tpl/eigen"] path = tpl/eigen url = https://gitlab.com/libeigen/eigen.git +[submodule "blt"] + path = blt + url = https://github.com/LLNL/blt.git diff --git a/blt b/blt new file mode 160000 index 000000000..aa6eb6a1b --- /dev/null +++ b/blt @@ -0,0 +1 @@ +Subproject commit aa6eb6a1b98a5803ad4c6e551471682533bf8b32