2020-12-12 19:09:31 +01:00
|
|
|
# Minimal clang-format version is 8
|
|
|
|
|
|
|
|
BasedOnStyle: GNU
|
|
|
|
UseTab: Always
|
|
|
|
SpaceAfterCStyleCast: true
|
2017-06-12 06:49:33 +02:00
|
|
|
SortIncludes: false
|
2020-12-12 19:09:31 +01:00
|
|
|
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'
|
|
|
|
|