diff options
author | Jeff Hostetler <jeffhost@microsoft.com> | 2019-02-22 14:25:11 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-02-22 15:28:22 -0800 |
commit | a446f2dcc8db1e64bb9152de1126ee06bc723304 (patch) | |
tree | d78ec72ba5a4a7ae408976f66ce5d2eb9410a557 /.clang-format | |
parent | trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.sh (diff) | |
download | tgif-a446f2dcc8db1e64bb9152de1126ee06bc723304.tar.xz |
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>
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index de1c8b5c77..41d4cd23fd 100644 --- a/.clang-format +++ b/.clang-format @@ -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 |