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:
authorJoseph Eagar <joeedh@gmail.com>2021-04-04 05:29:12 +0300
committerJoseph Eagar <joeedh@gmail.com>2021-04-04 05:29:12 +0300
commitf5588dfb70332d761b09545139ab6f0a815f04a3 (patch)
tree57e20ae17d3cdd4aba0a78bf2c113333cc99c1ca /.clang-format
parent4b308888d8a14f94f8bb1709867ce4352083c723 (diff)
parent8681504f06127cf72ad67c4d056d04013d218ad5 (diff)
Merge branch 'master' into temp_bmesh_multires
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format10
1 files changed, 3 insertions, 7 deletions
diff --git a/.clang-format b/.clang-format
index fb0445be9f0..11e6c0dba29 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.
#
@@ -255,7 +255,6 @@ ForEachMacros:
- SCULPT_VERTEX_DUPLICATES_AND_NEIGHBORS_ITER_BEGIN
- SCULPT_VERTEX_NEIGHBORS_ITER_BEGIN
- SEQ_ALL_BEGIN
- - SEQ_CURRENT_BEGIN
- SURFACE_QUAD_ITER_BEGIN
- foreach
- ED_screen_areas_iter
@@ -265,8 +264,5 @@ ForEachMacros:
- VECTOR_SET_SLOT_PROBING_BEGIN
- TGSET_ITER
-# 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