From 156d4463e4631016a854a3d6a918ebdbd7ea8635 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Mon, 20 May 2019 18:52:16 -0300 Subject: [PATCH] clang-format: update the ForEachMacros setting Signed-off-by: Renato Westphal --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5