Skip to content

Commit a446f2d

Browse files
jeffhostetlergitster
authored andcommitted
trace2: add for_each macros to clang-format
Signed-off-by: Jeff Hostetler <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a15860d commit a446f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Cpp11BracedListStyle: false
149149

150150
# A list of macros that should be interpreted as foreach loops instead of as
151151
# function calls.
152-
ForEachMacros: ['for_each_string_list_item']
152+
ForEachMacros: ['for_each_string_list_item', 'for_each_wanted_builtin', 'for_each_builtin', 'for_each_ut']
153153

154154
# The maximum number of consecutive empty lines to keep.
155155
MaxEmptyLinesToKeep: 1

0 commit comments

Comments
 (0)