Merge pull request #3617 from PmcFizz/patch-1

opt example
This commit is contained in:
Henning Dieterichs 2023-03-02 12:29:02 +01:00 committed by GitHub
commit 56c4633825
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", wordWrap: "wordWrapColumn",
wordWrapColumn: 40, wordWrapColumn: 40,
// Set this to false to not auto word wrap minified files
wordWrapMinified: true,
// try "same", "indent" or "none" // try "same", "indent" or "none"
wrappingIndent: "indent", wrappingIndent: "indent",
}); });