mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-23 06:43:13 +08:00
[clang-format] Add a few macros to AttributeMacros
This commit is contained in:
parent
e95c4a837f
commit
528b68674c
@ -3,3 +3,10 @@ Language: Cpp
|
|||||||
BasedOnStyle: Google
|
BasedOnStyle: Google
|
||||||
ColumnLimit: 120
|
ColumnLimit: 120
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
|
AttributeMacros:
|
||||||
|
- EIGEN_STRONG_INLINE
|
||||||
|
- EIGEN_ALWAYS_INLINE
|
||||||
|
- EIGEN_DEVICE_FUNC
|
||||||
|
- EIGEN_DONT_INLINE
|
||||||
|
- EIGEN_DEPRECATED
|
||||||
|
- EIGEN_UNUSED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user