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:
authorCampbell Barton <ideasman42@gmail.com>2020-03-11 12:03:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-14 10:11:24 +0300
commite22ea3dc0e78598f39717548ee0afd3c30c86530 (patch)
tree7a29567e3a4ed20e0ae4bc3adb796824ff74bf95 /.clang-format
parent1cbc3a8f2b4772a96f173083e3a7b32b33b96f0b (diff)
Cleanup: sync clang-format with master
Avoid noisy diff's & conflicts.
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?).