mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-03-03 08:02:52 +00:00
Add for-each macros to clang-format.
This commit is contained in:
parent
501a499180
commit
973424d9cb
@ -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",
|
||||
]
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user