Option: preformatted

If you enable this feature, whitespace such as tabs and spaces will be preserved. Much like the bahavior of a PRE element. This can be handy when integrating TinyMCE with webmail clients. This option is disabled by default.

Example of usage of the preformatted option:

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