diff options
| author | Mel <mel@rnrd.eu> | 2025-06-30 02:53:10 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-06-30 02:53:10 +0200 |
| commit | 1e2b456f08a5d00c8cbe290fb7974818e8f17b46 (patch) | |
| tree | 5c267daec7df47ca790f96cb951e04dfbaeb6dc5 /.clang-format | |
| parent | b16cf0fc98940554ef0febfe443ef690618d5083 (diff) | |
| download | catskill-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-format | 3 |
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 ... |
