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
|
@ -64,6 +64,8 @@ ForEachMacros:
|
|||
- 'Z_GENLIST_FOR_EACH_CONTAINER_SAFE'
|
||||
- 'Z_GENLIST_FOR_EACH_NODE'
|
||||
- 'Z_GENLIST_FOR_EACH_NODE_SAFE'
|
||||
IfMacros:
|
||||
- 'CHECKIF'
|
||||
# Disabled for now, see bug https://github.com/zephyrproject-rtos/zephyr/issues/48520
|
||||
#IncludeBlocks: Regroup
|
||||
IncludeCategories:
|
||||
|
|
Loading…
Reference in a new issue