Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format9
1 files changed, 3 insertions, 6 deletions
diff --git a/.clang-format b/.clang-format
index 9f3e37dea56..b61ce6018d3 100644
--- a/.clang-format
+++ b/.clang-format
@@ -2,7 +2,7 @@
# Configuration of clang-format
# =============================
#
-# Tested to work with versions: 6 to 8.
+# Tested to work with versions: 8 to 11.
# This causes parameters on continuations to align to the opening brace.
#
@@ -263,8 +263,5 @@ ForEachMacros:
- MAP_SLOT_PROBING_BEGIN
- VECTOR_SET_SLOT_PROBING_BEGIN
-# Use once we bump the minimum version to version 8.
-# # Without this string literals that in-line 'STRINGIFY' behave strangely (a bug?).
-# StatementMacros:
-# - PyObject_VAR_HEAD
-# - STRINGIFY
+StatementMacros:
+ - PyObject_VAR_HEAD