nc-photos/app/build.yaml

13 lines
344 B
YAML
Raw Normal View History

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