nc-photos/np_platform_image_processor/build.yaml
2024-02-07 01:14:30 +08:00

12 lines
344 B
YAML

targets:
$default:
builders:
to_string_build:
options:
formatStringNameMapping:
double: "${$?.toStringAsFixed(3)}"
List: "[length: ${$?.length}]"
Set: "{length: ${$?.length}}"
File: "${$?.path}"
FileDescriptor: "${$?.fdPath}"
useEnumName: true