summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-10-31 10:26:16 +0100
committerChristian Hopps <chopps@labn.net>2023-12-28 18:52:57 +0100
commit60a8cf71f7f0455c7d600c4577d5d8d1d1cb3d1f (patch)
treee4eee7e11982de29631ef68e9459de42c0e390a9 /.clang-format
parentlib: create and use libyang tree during oper-state walk (diff)
downloadfrr-60a8cf71f7f0455c7d600c4577d5d8d1d1cb3d1f.tar.xz
frr-60a8cf71f7f0455c7d600c4577d5d8d1d1cb3d1f.zip
tools: add more libyang iter macros to .clang-format
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 3446db48d..d16263da2 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'