trace2: add for_each macros to clang-format

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Jeff Hostetler committed Feb 22, 2019 at 14:25 UTC a446f2dcc8db1e64bb9152de1126ee06bc723304
1 file changed +1 -1
.clang-format
+1 -1
@@ -149,7 +149,7 @@ Cpp11BracedListStyle: false
149
150 # A list of macros that should be interpreted as foreach loops instead of as
151 # 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']
153
154 # The maximum number of consecutive empty lines to keep.
155 MaxEmptyLinesToKeep: 1