Skip to content

Commit

Permalink
Adding BLT
Browse files Browse the repository at this point in the history
  • Loading branch information
nychiang committed Dec 11, 2024
1 parent 8c0e7b9 commit 99ab981
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -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)

3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions blt
Submodule blt added at aa6eb6

0 comments on commit 99ab981

Please sign in to comment.