From: Christian Hopps Date: Tue, 31 Oct 2023 09:26:16 +0000 (-0400) Subject: tools: add more libyang iter macros to .clang-format X-Git-Tag: base_10.0~171^2~11 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=60a8cf71f7f0455c7d600c4577d5d8d1d1cb3d1f;p=mirror%2Ffrr.git tools: add more libyang iter macros to .clang-format Signed-off-by: Christian Hopps --- diff --git a/.clang-format b/.clang-format index 3446db48de..d16263da2e 100644 --- a/.clang-format +++ b/.clang-format @@ -80,6 +80,8 @@ ForEachMacros: # libyang outliers: - 'LY_FOR_KEYS' - 'LY_LIST_FOR' + - 'LYD_LIST_FOR_INST' + - 'LYD_LIST_FOR_INST_SAFE' - 'LY_TREE_FOR' - 'LY_TREE_DFS_BEGIN' - 'LYD_TREE_DFS_BEGIN'