Skip to content

Commit

Permalink
clang-format: Consider lwan-array and string switch macros ForEachMacro
Browse files Browse the repository at this point in the history
  • Loading branch information
lpereira committed Jul 16, 2018
1 parent 53debfd commit eb79a8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ ForEachMacros:
- list_for_each_safe
- list_for_each_off
- list_for_each_safe_off
- LWAN_ARRAY_FOREACH_REVERSE
- LWAN_ARRAY_FOREACH
- STRING_SWITCH
- STRING_SWITCH_L
- STRING_SWITCH_SMALL
- STRING_SWITCH_SMALL_L
- STRING_SWITCH_LARGE
- STRING_SWITCH_LARGE_L
IncludeCategories:
- Regex: '^"lwan-.*'
Priority: 2
Expand Down

0 comments on commit eb79a8c

Please sign in to comment.