fixup _Generic macro usage

distinct macros failed (didn't realize). Was able to get proper setup with _Generic_L2 pattern
This commit is contained in:
ed
2025-02-12 00:19:04 -05:00
parent 90836817e9
commit d80a6b61da
16 changed files with 188 additions and 178 deletions
+4 -1
View File
@@ -16,6 +16,9 @@ Macros:
- md_enum_underlying(type)=type
# WhitespaceSensitiveMacros: [
# ]
IfMacros:
- _Generic_L2
- _Generic_L3
# TypenameMacros: [Array, Hashtable]
SkipMacroDefinitionBody: false
@@ -99,7 +102,7 @@ BreakBeforeTernaryOperators: true
BreakConstructorInitializers: BeforeComma
BreakStringLiterals: true
ColumnLimit: 180
ColumnLimit: 160
CompactNamespaces: true