From 528b68674cff8690380bee23d6581ea7ec23c1a0 Mon Sep 17 00:00:00 2001 From: Alexander Richardson Date: Mon, 10 Oct 2022 16:44:47 +0000 Subject: [PATCH] [clang-format] Add a few macros to AttributeMacros --- .clang-format | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.clang-format b/.clang-format index 43301e18e..28251c665 100644 --- a/.clang-format +++ b/.clang-format @@ -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