X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.clang-format;h=b925f8c2f0339cbcabca878a968d7d8294c7c7c5;hb=23c3488b9ba27ca1c146f817eb98aec8d2537cac;hp=bce671f766c99c3aeb72fa2af8201cac12214639;hpb=83b2f5e34bba21f9ce8f04719715d3b85b16a2e8;p=vpp.git diff --git a/.clang-format b/.clang-format index bce671f766c..b925f8c2f03 100644 --- a/.clang-format +++ b/.clang-format @@ -20,3 +20,9 @@ ForEachMacros: - 'vlib_foreach_rx_tx' - 'foreach_vlib_main' +StatementMacros: + - 'CLIB_MULTIARCH_FN' + - 'VLIB_NODE_FN' + - 'VNET_DEVICE_CLASS_TX_FN' + - '__clib_section' + - '__clib_aligned'