From 06eff276ce3440df22674572a660e86fc21637d5 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 4 May 2026 18:39:54 +0200 Subject: Initial lowering pass 2 implementation, create shells for source expressions and statements Signed-off-by: Mel --- .clang-format | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 40bac45..735671b 100644 --- a/.clang-format +++ b/.clang-format @@ -18,5 +18,6 @@ IndentWidth: 4 PenaltyIndentedWhitespace: 100 ForEachMacros: - FOR_EACH + - FOR_EACH_ARRAY - STRING_ARRAY_FOR_EACH ... -- cgit 1.4.1