about summary refs log tree commit diff
path: root/.clang-format
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-06-30 02:53:10 +0200
committerMel <mel@rnrd.eu>2025-06-30 02:53:10 +0200
commit1e2b456f08a5d00c8cbe290fb7974818e8f17b46 (patch)
tree5c267daec7df47ca790f96cb951e04dfbaeb6dc5 /.clang-format
parentb16cf0fc98940554ef0febfe443ef690618d5083 (diff)
downloadcatskill-1e2b456f08a5d00c8cbe290fb7974818e8f17b46.tar.zst
catskill-1e2b456f08a5d00c8cbe290fb7974818e8f17b46.zip
Re-format FOR_EACH macros as control structures
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format3
1 files changed, 3 insertions, 0 deletions
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
 ...