1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-10 01:08:54 +01:00
nc-photos/app/build.yaml

14 lines
386 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}}"
2024-10-06 19:15:45 +02:00
Map: "{length: ${$?.length}}"
2022-12-08 16:39:13 +01:00
File: "${$?.path}"
FileDescriptor: "${$?.fdPath}"
useEnumName: true