My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a15860d
)
trace2: add for_each macros to clang-format
author
Jeff Hostetler
<jeffhost@microsoft.com>
Fri, 22 Feb 2019 22:25:11 +0000
(14:25 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 22 Feb 2019 23:28:22 +0000
(15:28 -0800)
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.clang-format
patch
|
blob
|
history
diff --git
a/.clang-format
b/.clang-format
index
de1c8b5
..
41d4cd2
100644
(file)
--- 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