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:
authorPhilipp Oeser <info@graphics-engineer.com>2019-09-26 17:27:35 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2019-09-26 18:52:49 +0300
commitb0d3ed3d206268c6935daacb42d47301d55e06c7 (patch)
tree16960adf4a725a9a4acfd1a16a3f982a0a8ebb8b /.clang-format
parentdb4571f3c331b635a10c2804360cb9403420d3c7 (diff)
clang-format: add particle loop macros
This is so the '{' will be on the same line for those as well. Reviewers: JacquesLucke Differential Revision: https://developer.blender.org/D5903
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format10
1 files changed, 10 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index c4561ce960f..be3546fc49d 100644
--- a/.clang-format
+++ b/.clang-format
@@ -222,6 +222,16 @@ ForEachMacros:
- ITER_PIXELS
- ITER_SLOTS
- ITER_SLOTS_BEGIN
+ - LOOP_EDITED_POINTS
+ - LOOP_KEYS
+ - LOOP_POINTS
+ - LOOP_SELECTED_KEYS
+ - LOOP_SELECTED_POINTS
+ - LOOP_TAGGED_KEYS
+ - LOOP_TAGGED_POINTS
+ - LOOP_UNSELECTED_POINTS
+ - LOOP_VISIBLE_KEYS
+ - LOOP_VISIBLE_POINTS
- LISTBASE_CIRCULAR_BACKWARD_BEGIN
- LISTBASE_CIRCULAR_FORWARD_BEGIN
- LISTBASE_FOREACH