clang-format: update the ForEachMacros setting

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
Renato Westphal 2019-05-20 18:52:16 -03:00
parent 17c474562b
commit 156d4463e4

View File

@ -25,6 +25,9 @@ CommentPragmas: '\$(FRR|clippy)'
ContinuationIndentWidth: 8
ForEachMacros:
# lib
- frr_each
- frr_each_safe
- frr_each_from
- LIST_FOREACH
- LIST_FOREACH_SAFE
- SLIST_FOREACH