Skip to content

Commit

Permalink
Cut FOR_EACH_KV
Browse files Browse the repository at this point in the history
Summary: [Folly] Cut the FOR_EACH_KV macro, which may be replaced by a combination of range-for and structured bindings.

Differential Revision: D21826182

fbshipit-source-id: ce4712afd3d0d7806eb1fca8c97009da117f982e
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Jun 9, 2020
1 parent 0b371e5 commit 56bf674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DerivePointerAlignment: false
DisableFormat: false
ForEachMacros: [ FOR_EACH, FOR_EACH_KV, FOR_EACH_R, FOR_EACH_RANGE, ]
ForEachMacros: [ FOR_EACH, FOR_EACH_R, FOR_EACH_RANGE, ]
IncludeCategories:
- Regex: '^<.*\.h(pp)?>'
Priority: 1
Expand Down

0 comments on commit 56bf674

Please sign in to comment.