write method
Writes this section's content to buffer using the provided config.
Implementation
@override
void write(
StringBuffer buffer,
InitConfig config,
) {
buffer.writeln('build:');
buffer.writeln(' debug_info: ./debug-info');
buffer.writeln(' obfuscate: true');
}