From 99510e8b097b7f3da641644dcb6ef6959da65367 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Apr 2019 08:04:03 +0200 Subject: clang-format: add statement macro Disabled for now but corrects syntax when we switch to v8. --- .clang-format | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 43613eca95c..0ce77f88785 100644 --- a/.clang-format +++ b/.clang-format @@ -224,4 +224,5 @@ ForEachMacros: # Use once we bump the minimum verison to version 8. # # Without this string literals that in-line 'STRINGIFY' behave strangely (a bug?). # StatementMacros: +# - PyObject_VAR_HEAD # - STRINGIFY -- cgit v1.2.3