default wordWrap

pull/33434/head
silverwind 2 days ago
parent f9ac1e0642
commit 1e1175aaec
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
  1. 1
      web_src/js/features/codeeditor.ts

@ -39,6 +39,7 @@ const baseOptions: MonacoOpts = {
scrollBeyondLastLine: false,
automaticLayout: true,
indentSize: 'tabSize',
wordWrap: 'on',
};
function getEditorconfig(input: HTMLInputElement): EditorConfig | null {

Loading…
Cancel
Save