mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
commit
56c4633825
1 changed files with 0 additions and 3 deletions
|
|
@ -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",
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue