From 1e2b456f08a5d00c8cbe290fb7974818e8f17b46 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 30 Jun 2025 02:53:10 +0200 Subject: Re-format FOR_EACH macros as control structures Signed-off-by: Mel --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 577bf60..40bac45 100644 --- a/.clang-format +++ b/.clang-format @@ -16,4 +16,7 @@ ContinuationIndentWidth: 4 IndentCaseLabels: false IndentWidth: 4 PenaltyIndentedWhitespace: 100 +ForEachMacros: + - FOR_EACH + - STRING_ARRAY_FOR_EACH ... -- cgit 1.4.1