Skip to content

Commit 6a5974e

Browse files
committed
Revert "default wordWrap"
This reverts commit 1e1175a.
1 parent 1e1175a commit 6a5974e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web_src/js/features/codeeditor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const baseOptions: MonacoOpts = {
3939
scrollBeyondLastLine: false,
4040
automaticLayout: true,
4141
indentSize: 'tabSize',
42-
wordWrap: 'on',
4342
};
4443

4544
function getEditorconfig(input: HTMLInputElement): EditorConfig | null {

0 commit comments

Comments
 (0)