Update file .clang-format

This commit is contained in:
Charles Schlosser 2024-08-01 00:29:36 +00:00
parent 3f06651fd6
commit ddb163ffb1

View File

@ -1,7 +1,8 @@
--- ---
Language: Cpp
BasedOnStyle: Google BasedOnStyle: Google
ColumnLimit: 120 ColumnLimit: 120
---
Language: Cpp
StatementMacros: StatementMacros:
- EIGEN_STATIC_ASSERT - EIGEN_STATIC_ASSERT
SortIncludes: false SortIncludes: false