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:
Emil Gydesen 2023-02-27 16:55:31 +01:00 committed by Marti Bolivar
parent bc9b59a19c
commit 8af066bb4f

View file

@ -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: