4 lines
261 B
JSON
4 lines
261 B
JSON
# Member names should be 'lower-case' unless the enum is whitelisted
|
|
{ 'pragma': { 'member-name-exceptions': [ 'UuidInfo' ] } }
|
|
{ 'enum': 'UuidInfo', 'data': [ 'Value' ] } # UuidInfo is whitelisted
|
|
{ 'enum': 'NoWayThisWillGetWhitelisted', 'data': [ 'Value' ] }
|