mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
clang-format: update the ForEachMacros setting
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
17c474562b
commit
156d4463e4
|
@ -25,6 +25,9 @@ CommentPragmas: '\$(FRR|clippy)'
|
|||
ContinuationIndentWidth: 8
|
||||
ForEachMacros:
|
||||
# lib
|
||||
- frr_each
|
||||
- frr_each_safe
|
||||
- frr_each_from
|
||||
- LIST_FOREACH
|
||||
- LIST_FOREACH_SAFE
|
||||
- SLIST_FOREACH
|
||||
|
|
Loading…
Reference in a new issue