pub unsafe extern "C" fn tidyOptCopyConfig(
tdocTo: TidyDoc,
tdocFrom: TidyDoc,
) -> Bool
Expand description
Copy current configuration settings from one document to another. Note that the destination document’s existing settings will be stored as that document’s snapshot prior to having its option values overwritten by the source document’s settings. @result Returns a bool indicating success or failure.