]> git.proxmox.com Git - mirror_frr.git/blobdiff - .clang-format
clang-format: update the ForEachMacros setting
[mirror_frr.git] / .clang-format
index a65a29f8c995c7aea022a6f998e11fb309b693d6..4bd962747fa492853dc386e13b6154d252f6417b 100644 (file)
@@ -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