[clang-format] Add a few macros to AttributeMacros

This commit is contained in:
Alexander Richardson 2022-10-10 16:44:47 +00:00 committed by Rasmus Munk Larsen
parent e95c4a837f
commit 528b68674c

View File

@ -3,3 +3,10 @@ Language: Cpp
BasedOnStyle: Google
ColumnLimit: 120
SortIncludes: false
AttributeMacros:
- EIGEN_STRONG_INLINE
- EIGEN_ALWAYS_INLINE
- EIGEN_DEVICE_FUNC
- EIGEN_DONT_INLINE
- EIGEN_DEPRECATED
- EIGEN_UNUSED