[Bf-blender-cvs] [b0d3ed3d206] master: clang-format: add particle loop macros

Philipp Oeser noreply at git.blender.org
Thu Sep 26 17:58:20 CEST 2019


Commit: b0d3ed3d206268c6935daacb42d47301d55e06c7
Author: Philipp Oeser
Date:   Thu Sep 26 16:27:35 2019 +0200
Branches: master
https://developer.blender.org/rBb0d3ed3d206268c6935daacb42d47301d55e06c7

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

===================================================================

M	.clang-format

===================================================================

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



More information about the Bf-blender-cvs mailing list