We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1175a commit 6a5974eCopy full SHA for 6a5974e
web_src/js/features/codeeditor.ts
@@ -39,7 +39,6 @@ const baseOptions: MonacoOpts = {
39
scrollBeyondLastLine: false,
40
automaticLayout: true,
41
indentSize: 'tabSize',
42
- wordWrap: 'on',
43
};
44
45
function getEditorconfig(input: HTMLInputElement): EditorConfig | null {
0 commit comments