meta: update clang-format config

This commit is contained in:
2026-05-05 19:03:31 +01:00
parent 90a3905f48
commit 703155affe
+2 -2
View File
@@ -56,5 +56,5 @@ AttributeMacros:
ForEachMacros:
- fx_btree_foreach
- fx_queue_foreach
MacroBlockBegin: "FX_(TYPE|ASSEMBLY)_.*_BEGIN"
MacroBlockEnd: "FX_(TYPE|ASSEMBLY)_.*_END"
MacroBlockBegin: "FX_(TYPE|ASSEMBLY).*_BEGIN"
MacroBlockEnd: "FX_(TYPE|ASSEMBLY).*_END"