diff options
Diffstat (limited to 'extras/router-plugin/.clang-format')
-rw-r--r-- | extras/router-plugin/.clang-format | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extras/router-plugin/.clang-format b/extras/router-plugin/.clang-format new file mode 100644 index 000000000..351a70e20 --- /dev/null +++ b/extras/router-plugin/.clang-format @@ -0,0 +1,20 @@ +# Minimal clang-format version is 8 + +BasedOnStyle: GNU +UseTab: Always +SpaceAfterCStyleCast: true +SortIncludes: false +AlignConsecutiveMacros: true +BreakBeforeTernaryOperators: false +BreakBeforeBinaryOperators: None +ContinuationIndentWidth: 2 + +ForEachMacros: + - 'clib_bitmap_foreach' + - 'pool_foreach' + - 'pool_foreach_index' + - 'vec_foreach' + - 'vec_foreach_backwards' + - 'vec_foreach_index' + - 'vec_foreach_index_backwards' + - 'vlib_foreach_rx_tx' |