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:
authorJacques Lucke <jacques@blender.org>2020-05-10 16:42:06 +0300
committerJacques Lucke <jacques@blender.org>2020-05-10 16:42:06 +0300
commit51ac411ce80c907a4fbe65ed735f683073730d02 (patch)
tree416c8f8e92825bf53fb8052f34adebb923cacb0c /.clang-format
parent4816b1f11d0dea3031ca2e2210cd2acec81e3182 (diff)
Cleanup: add ED_screen_areas_iter to clang-format ForEachMacros
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index f08d62bd7b9..88d06a56417 100644
--- a/.clang-format
+++ b/.clang-format
@@ -256,6 +256,7 @@ ForEachMacros:
- SEQ_BEGIN
- SURFACE_QUAD_ITER_BEGIN
- foreach
+ - ED_screen_areas_iter
# Use once we bump the minimum version to version 8.
# # Without this string literals that in-line 'STRINGIFY' behave strangely (a bug?).