diff options
author | Luca Muscariello <muscariello@ieee.org> | 2022-08-11 18:30:53 +0200 |
---|---|---|
committer | Luca Muscariello <muscariello@ieee.org> | 2022-08-11 18:30:53 +0200 |
commit | 55343701359194493fbd9ff4950ac4f941bbdae3 (patch) | |
tree | 4583baaebd2a715d225054c845a36dc9f63c86ba /extras/router-plugin/.clang-format | |
parent | b9ed4b7dd6c2342bc87209d415b840d65ea5ccf0 (diff) |
feat: drop sysrepo and netconf/yang support
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Change-Id: I215af1b77a3f9da878f3894708f687a7e7ea03a2
Diffstat (limited to 'extras/router-plugin/.clang-format')
-rw-r--r-- | extras/router-plugin/.clang-format | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/extras/router-plugin/.clang-format b/extras/router-plugin/.clang-format deleted file mode 100644 index 351a70e20..000000000 --- a/extras/router-plugin/.clang-format +++ /dev/null @@ -1,20 +0,0 @@ -# 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' |