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'