942542f7c1
Type: make Change-Id: I085dcd6fe826da14d456f84a23355310bdc5d1e9 Signed-off-by: Damjan Marion <damarion@cisco.com>
22 lines
457 B
YAML
22 lines
457 B
YAML
# 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'
|
|
|