Browse Source

Update sample.js

Fizz 2 years ago
parent
commit
5bbf36c369

+ 0 - 3
website/src/website/data/playground-samples/creating-the-editor/hard-wrapping/sample.js

@@ -8,9 +8,6 @@ var editor = monaco.editor.create(document.getElementById("container"), {
 	wordWrap: "wordWrapColumn",
 	wordWrapColumn: 40,
 
-	// Set this to false to not auto word wrap minified files
-	wordWrapMinified: true,
-
 	// try "same", "indent" or "none"
 	wrappingIndent: "indent",
 });