Cleanup: remove foreach macro from .clang-format
The usage of that macro was removed in 60bec183cb
,
but it was still in our .clang-format file. This lead to worse formatting when other code
used methods named `foreach`.
Pull Request: https://projects.blender.org/blender/blender/pulls/137468
This commit is contained in:
@@ -258,7 +258,6 @@ ForEachMacros:
|
||||
- SEQ_ALL_BEGIN
|
||||
- SEQ_ITERATOR_FOREACH
|
||||
- SURFACE_QUAD_ITER_BEGIN
|
||||
- foreach
|
||||
- ED_screen_areas_iter
|
||||
- SLOT_PROBING_BEGIN
|
||||
- SET_SLOT_PROBING_BEGIN
|
||||
|
Reference in New Issue
Block a user