From 64492b656f65fcb3a92603d2ad7a5df59b2e5159 Mon Sep 17 00:00:00 2001 From: The Nguyen Date: Tue, 15 Oct 2024 14:48:51 +0700 Subject: [PATCH] clang-format: add more whitespace sensitive macros Prevent 'DT_FOREACH_PROP_ELEM_SEP' macro from being formatted Signed-off-by: The Nguyen --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 6cc25296b7d532..940f22994b8f73 100644 --- a/.clang-format +++ b/.clang-format @@ -111,3 +111,4 @@ WhitespaceSensitiveMacros: - LISTIFY - STRINGIFY - Z_STRINGIFY + - DT_FOREACH_PROP_ELEM_SEP