about summary refs log tree commit diff
path: root/.clang-format
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-05-04 18:39:54 +0200
committerMel <mel@rnrd.eu>2026-05-04 18:39:54 +0200
commit06eff276ce3440df22674572a660e86fc21637d5 (patch)
tree43b7821dcaf9bb9a2600ee7a684d82469069e77d /.clang-format
parent8a69b17ff0ce5c132391124f3c89e03338dede19 (diff)
downloadcatskill-06eff276ce3440df22674572a660e86fc21637d5.tar.zst
catskill-06eff276ce3440df22674572a660e86fc21637d5.zip
Initial lowering pass 2 implementation, create shells for source expressions and statements
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
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
 ...