Skip to content

Commit 1e1175a

Browse files
committed
default wordWrap
1 parent f9ac1e0 commit 1e1175a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/js/features/codeeditor.ts

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

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

0 commit comments

Comments
 (0)