Option: apply_source_formatting

This option enables you to tell TinyMCE to apply some source formatting to the output HTML code. This function is disabled by default.

Example of usage of the apply_source_formatting option:

tinyMCE.init({
	...
	apply_source_formatting : true
});