Browse Source

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>
maint
Jeff Hostetler 6 years ago committed by Junio C Hamano
parent
commit
a446f2dcc8
  1. 2
      .clang-format

2
.clang-format

@ -149,7 +149,7 @@ Cpp11BracedListStyle: false @@ -149,7 +149,7 @@ Cpp11BracedListStyle: false

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

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

Loading…
Cancel
Save