Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
64841a9
)
build: update .clang-format
91/35791/2
author
Damjan Marion
<damarion@cisco.com>
Fri, 25 Mar 2022 16:24:26 +0000
(17:24 +0100)
committer
Florin Coras
<florin.coras@gmail.com>
Fri, 25 Mar 2022 21:07:38 +0000
(21:07 +0000)
Type: make
Change-Id: Iedf7af3f070cc3875f44adba38523b72f5e5ab43
Signed-off-by: Damjan Marion <damarion@cisco.com>
.clang-format
patch
|
blob
|
history
diff --git
a/.clang-format
b/.clang-format
index
2265e96
..
8326a07
100644
(file)
--- a/
.clang-format
+++ b/
.clang-format
@@
-1,4
+1,4
@@
-# Minimal clang-format version is
8
+# Minimal clang-format version is
11
BasedOnStyle: GNU
UseTab: Always
@@
-28,3
+28,7
@@
StatementMacros:
- 'VNET_DEVICE_CLASS_TX_FN'
- '__clib_section'
- '__clib_aligned'
+
+WhitespaceSensitiveMacros:
+ - 'WARN_ON'
+ - 'WARN_OFF'