diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 47d681e0e..e1897bfa9 100644 --- a/.clang-format +++ b/.clang-format @@ -50,8 +50,11 @@ ForEachMacros: - FOR_ALL_INTERFACES_ADDRESSES - JSON_FOREACH # libyang + - LY_FOR_KEYS + - LY_LIST_FOR - LY_TREE_FOR - LY_TREE_DFS_BEGIN + - LYD_TREE_DFS_BEGIN # zebra - RE_DEST_FOREACH_ROUTE - RE_DEST_FOREACH_ROUTE_SAFE |