Gathers the configuration text the plugin wants to contribute to the configuration file.
Reference Appender to fill with plugin-specific settings text.
true if something was serialised into the passed sink; false if not.
Appender!(char[]) sink; sink.reserve(128); serialiseConfigInto(sink);
See Implementation
Gathers the configuration text the plugin wants to contribute to the configuration file.