diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 90b3ebcd..5e84eda1 100644 --- a/.clang-format +++ b/.clang-format @@ -68,6 +68,10 @@ FixNamespaceComments: true ForEachMacros: - certlist_for_each_certentry - certentry_for_each_cert + - list_for_each + - list_for_each_safe + - list_for_each_prev + - list_for_each_prev_safe IncludeBlocks: Preserve IncludeCategories: - Regex: '.*' |
