mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-01 20:28:13 +00:00
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:
+4
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user