nc-photos/app/build.yaml

13 lines
344 B
YAML
Raw Normal View History

targets:
$default:
builders:
to_string_build:
2022-12-08 23:39:13 +08:00
options:
formatStringNameMapping:
double: "${$?.toStringAsFixed(3)}"
List: "[length: ${$?.length}]"
2024-01-13 02:14:27 +08:00
Set: "{length: ${$?.length}}"
2022-12-08 23:39:13 +08:00
File: "${$?.path}"
FileDescriptor: "${$?.fdPath}"
useEnumName: true