Merge pull request #3617 from PmcFizz/patch-1

opt example
pull/3618/head
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
1 changed files with 0 additions and 3 deletions

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