Add for-each macros to clang-format.

This commit is contained in:
Pierre Wendling 2022-05-06 12:08:44 -04:00 committed by Sam Lantinga
parent 501a499180
commit 973424d9cb
1 changed files with 10 additions and 0 deletions

View File

@ -72,5 +72,15 @@ SpaceInEmptyParentheses: false
UseCRLF: false
UseTab: Never
ForEachMacros:
[
"spa_list_for_each",
"spa_list_for_each_safe",
"wl_list_for_each",
"wl_array_for_each",
"udev_list_entry_foreach",
]
---