Option: theme_advanced_source_editor_wrap

This option enables you to force word wrap for the source editor, this option is set to true by default.

Example of usage of the theme_advanced_source_editor_wrap option:

tinyMCE.init({
	...
	theme_advanced_source_editor_wrap : false
});