From f5eec48799b40c92ade1a928305996a654bc25c7 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 1 Jun 2023 22:50:11 +0100 Subject: [PATCH] clang-format: add wayland foreach macros Signed-off-by: Eric Engestrom Reviewed-by: Adam Jackson Part-of: --- src/.clang-format | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/.clang-format b/src/.clang-format index 3d56b58..883b318 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 -- 2.7.4