From 5bbf36c3691e758b58b8adb942b698624d12d3ab Mon Sep 17 00:00:00 2001 From: Fizz <13631686641@sina.cn> Date: Wed, 1 Mar 2023 09:21:30 +0800 Subject: [PATCH] Update sample.js --- .../creating-the-editor/hard-wrapping/sample.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/src/website/data/playground-samples/creating-the-editor/hard-wrapping/sample.js b/website/src/website/data/playground-samples/creating-the-editor/hard-wrapping/sample.js index 63674810..a6f08dc0 100644 --- a/website/src/website/data/playground-samples/creating-the-editor/hard-wrapping/sample.js +++ b/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", });