diff --git a/src/.clang-format b/src/.clang-format index 3d56b582920..883b3188dc4 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -164,6 +164,13 @@ ForEachMacros: # egl - egl_relax +# wayland + - wl_list_for_each + - wl_list_for_each_safe + - wl_list_for_each_reverse + - wl_list_for_each_reverse_safe + - wl_array_for_each + # vulkan - vk_foreach_queue - vk_foreach_queue_safe