libplist write options
Default value to use when none of the options is needed.
Use a compact representation (non-prettified).
Only valid for PLIST_FORMAT_JSON and PLIST_FORMAT_OSTEP.
Print 24 bytes maximum of PLIST_DATA values.
If the data is longer than 24 bytes, the first 16 and last 8 bytes will be written. Only valid for PLIST_FORMAT_PRINT.
Do not print a final newline character.
Only valid for PLIST_FORMAT_PRINT, PLIST_FORMAT_LIMD, and PLIST_FORMAT_PLUTIL.
Indent each line of output.
Currently only PLIST_FORMAT_PRINT and PLIST_FORMAT_LIMD are supported. Use PLIST_OPT_INDENT_BY() macro to specify the level of indentation.