mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
12 lines
302 B
YAML
12 lines
302 B
YAML
|
targets:
|
||
|
$default:
|
||
|
builders:
|
||
|
to_string_build:
|
||
|
options:
|
||
|
formatStringNameMapping:
|
||
|
double: "${$?.toStringAsFixed(3)}"
|
||
|
List: "[length: ${$?.length}]"
|
||
|
File: "${$?.path}"
|
||
|
FileDescriptor: "${$?.fdPath}"
|
||
|
useEnumName: true
|