From: Renato Westphal Date: Mon, 20 May 2019 21:52:16 +0000 (-0300) Subject: clang-format: update the ForEachMacros setting X-Git-Tag: base_7.2~317^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F4374%2Fhead;p=mirror%2Ffrr.git clang-format: update the ForEachMacros setting Signed-off-by: Renato Westphal --- diff --git a/.clang-format b/.clang-format index a65a29f8c9..4bd962747f 100644 --- a/.clang-format +++ b/.clang-format @@ -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