clang-format: Add CHECKIF to IfMacros
Add the CHECKIF macro to the IfMacros list so that it gets formatted correctly Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
bc9b59a19c
commit
8af066bb4f
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ ForEachMacros:
|
||||||
- 'Z_GENLIST_FOR_EACH_CONTAINER_SAFE'
|
- 'Z_GENLIST_FOR_EACH_CONTAINER_SAFE'
|
||||||
- 'Z_GENLIST_FOR_EACH_NODE'
|
- 'Z_GENLIST_FOR_EACH_NODE'
|
||||||
- 'Z_GENLIST_FOR_EACH_NODE_SAFE'
|
- 'Z_GENLIST_FOR_EACH_NODE_SAFE'
|
||||||
|
IfMacros:
|
||||||
|
- 'CHECKIF'
|
||||||
# Disabled for now, see bug https://github.com/zephyrproject-rtos/zephyr/issues/48520
|
# Disabled for now, see bug https://github.com/zephyrproject-rtos/zephyr/issues/48520
|
||||||
#IncludeBlocks: Regroup
|
#IncludeBlocks: Regroup
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue