.clang-format 399 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
BasedOnStyle: Google
ColumnLimit:  120
---
Language:     Cpp
BasedOnStyle: Google
ColumnLimit:  120
StatementMacros:
  - EIGEN_STATIC_ASSERT
  - EIGEN_INITIALIZE_COEFFS_IF_THAT_OPTION_IS_ENABLED
  - EIGEN_INTERNAL_DENSE_STORAGE_CTOR_PLUGIN
SortIncludes: false
AttributeMacros:
- EIGEN_STRONG_INLINE
- EIGEN_ALWAYS_INLINE
- EIGEN_DEVICE_FUNC
- EIGEN_DONT_INLINE
- EIGEN_DEPRECATED
- EIGEN_UNUSED