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 f9ac1e0 commit 1e1175aCopy full SHA for 1e1175a
web_src/js/features/codeeditor.ts
@@ -39,6 +39,7 @@ 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