소스 검색

Merge pull request #3617 from PmcFizz/patch-1

opt example
Henning Dieterichs 2 년 전
부모
커밋
56c4633825
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      website/src/website/data/playground-samples/creating-the-editor/hard-wrapping/sample.js

+ 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",
 });