eigen/.clang-format
2024-08-01 00:29:36 +00:00

16 lines
261 B
YAML

---
BasedOnStyle: Google
ColumnLimit: 120
---
Language: Cpp
StatementMacros:
- EIGEN_STATIC_ASSERT
SortIncludes: false
AttributeMacros:
- EIGEN_STRONG_INLINE
- EIGEN_ALWAYS_INLINE
- EIGEN_DEVICE_FUNC
- EIGEN_DONT_INLINE
- EIGEN_DEPRECATED
- EIGEN_UNUSED