Update sample.js

This commit is contained in:
Fizz 2023-03-01 09:21:30 +08:00 committed by GitHub
parent 2b2e2a1eb7
commit 5bbf36c369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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