diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2019-05-20 18:52:16 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2019-05-21 16:00:19 -0300 | 
| commit | 156d4463e4631016a854a3d6a918ebdbd7ea8635 (patch) | |
| tree | 108a2cec1cce02032550d07068ac8ecee32e404d /.clang-format | |
| parent | 17c474562b5ff9da42f0bc88e9ef5f5cb07cbeb9 (diff) | |
clang-format: update the ForEachMacros setting
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
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 a65a29f8c9..4bd962747f 100644 --- a/.clang-format +++ b/.clang-format @@ -25,6 +25,9 @@ CommentPragmas: '\$(FRR|clippy)'  ContinuationIndentWidth: 8  ForEachMacros:    # lib +  - frr_each +  - frr_each_safe +  - frr_each_from    - LIST_FOREACH    - LIST_FOREACH_SAFE    - SLIST_FOREACH  | 
