diff options
| author | Christian Hopps <chopps@labn.net> | 2023-10-31 05:26:16 -0400 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2023-12-28 17:52:57 +0000 | 
| commit | 60a8cf71f7f0455c7d600c4577d5d8d1d1cb3d1f (patch) | |
| tree | e4eee7e11982de29631ef68e9459de42c0e390a9 /.clang-format | |
| parent | 408ee24e411714596115d15c831dc59b22dec9f8 (diff) | |
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-format | 2 | 
1 files changed, 2 insertions, 0 deletions
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'  | 
